Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855310

    JakWalker
    Participant

    Is there any possible way to showing less page buttons so when viewing on mobile they don’t drop down?

    #855338

    Prasant Rai
    Moderator

    Hello Jak,

    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.

    #855394

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

    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.