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 #2610943
page navigation
Closed

Comments

  • Mohammed858 started the conversation

    Hi, 

    how can i reduce the total number of pagnvigation to three or four columns?

    so that they stay on one line on the mobile and don't look so confused, as you see on the screenshot


    thanks


  •  2,699
    PenciDesign replied

    Hi,

    That's pagination from WordPress itself, and there is no way to reduce the total number of pagination..

    But, you can try add more this code to Customize > Custom CSS to make it display on one row:

    @media only screen and (max-width: 479px){
    .penci-pagination ul.page-numbers li span, .penci-pagination ul.page-numbers li a {
        width: auto;
        min-width: 25px;
    }
    }
    

    Best Regards,

    PenciDesign

  • Mohammed858 replied

    that's awsome, the problem has been solved.
    many thanks