• Resolved Andre

    (@naturheilmittel)


    Hi.

    Thanks for this great plugin which I love to use.

    I’ve got a problem with the pagination on the mobile version. It always shows the pagination with the numbers in 2 rows. “1” is in the first line and the rest in the second line.

    On desktop everything works fine.

    Do you have a “fix” for that?

    Thanks for your help and best regards.

    Andre

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Thank you for contacting us.

    It was caused by this CSS from another plugin or the theme:

    
    .post li {
        margin: 1% 8%;
    }
    

    To prevent it, please add this CSS somewhere:

    .pt-cv-pagination li {
        margin: 0 0 !important;
    }

    Best regards,

    Thread Starter Andre

    (@naturheilmittel)

    Hi,

    it perfectly worked. Thanks a lot for your help and thank you for the great plugin.

    Happy new year and best regards,
    Andre

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination Bug on Mobile’ is closed to new replies.