• So I installed pagination navigation bar for category pages and it looks good on desktop but on mobile, the height of the navigation bar fails to adjust to fit two lines and it overlaps.

    Probably a css issue.

    Any help will be very appreciated.

    Thanks in advance.

    Screenshot on desktop

    View post on imgur.com

    Screenshot on mobile

    View post on imgur.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi,

    try this css changes:

    .pagination {
        padding: 0 10px;
    }
    
    .pagination a {
        background: #0c9ae3;
        padding: 10px;
        color: #fff;
        display: inline-block;
    }

    greetings

    Thread Starter wwwnews

    (@wwwnews)

    Awesome this works like a charm.

    I can’t thank you enough.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination navigation bar fails to adjust on mobile devices’ is closed to new replies.