Okay
  Public Ticket #143082
Span of Pagination
Closed

Comments

  • Jesse started the conversation
    Is it possible me to make the blog pagination span the entire width of the post (not including sidebar)? If i can figure out how to do this , I would like to because (1,2,3,...,7, >) doesn't look super awesome to me when it is justified to the left in its default position.
  •  971
    ThemeNectar replied

    Hey Jesse!

    Just add this into your custom css box in the Salient options panel:

    #pagination {
      text-align: center!important;
    }

    Cheers :)

  • Jesse replied

    Thank you once again!

  •  971
    ThemeNectar replied

    You're welcome :)