Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855169

    JakWalker
    Participant

    When on mobile my pagination Page Numbers drop down… Is there a way to stop this from happening please?

    #855316

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #855323

    JakWalker
    Participant
    This reply has been marked as private.
    #855610

    Jade
    Moderator

    Hi there,

    Please try this code:

    @media (max-width: 430px) {
        .x-pagination span, .x-pagination a {
            width: 28px;
            height: 28px;
            font-size: 12px;
            margin: 0 .15em;
        }
    }

    Hope this helps.

    #855652

    JakWalker
    Participant

    On a 5.5 inch screen this works only up until clicking on the 7th page and after.

    On a smaller mobile device it did not work.

    #855663

    JakWalker
    Participant

    is there a way to just show 4 page numbers then the dots then three numbers all the time like in the image below…

    #855705

    JakWalker
    Participant

    OK I managed to find a solution…

    I edited the pagination.php:

    ‘end_size’ => 2,
    ‘mid_size’ => 1

    #856036

    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂