Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3397207
page navigation
Closed

Comments

  • linhoday started the conversation

    I want to change page navigation align to center. How to adjust this? the page navigation in search page

    Attached files:  page navigation.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-latest-posts-el .penci-pagination {
        text-align: center;
    }

    Regards,
    PenciDesign.