Pagination on Mobile - by aishazg02 - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 1 month ago ago by Rose Tyler

  • Avatar: aishazg02
    aishazg02
    Participant
    February 6, 2018 at 06:56

    I’m on iPhone IOS version 11 and the bottom pagination on blog post is jumbled: https://cl.ly/pJcb
    How can I fix that?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2018 at 09:03

    Hello,

    We will fix this in one of next theme updates, as a temporary solution, please add this code in custom css:

    @media only screen and (max-width: 480px) {
        .articles-pagination .et_coutn-posts {
            position:  static;
            margin-bottom: 0;
        }
        .articles-pagination {
            text-align:  center;
        }
    }
    

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.