Home Forums WoodMart support forum Shop archive pagination is not mobile friendly

Shop archive pagination is not mobile friendly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #454680

    techiebraj
    Participant

    Hello team,

    Pagination on the shop page is not responsive. Is there any setting to either make it responsive or lower the number count on a mobile device?

    Image attached*

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #454718

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us. Yes, it is a known issue in our theme. It will be fixed in our next theme update.

    Kind Regards

    #454769

    techiebraj
    Participant

    Hi,

    But I can’t wait till then; give me a temporary fix till then 🙂

    Thanks!

    #454784

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    nav[class*="-pagination"] ul {
    flex-wrap: wrap;
    justify-content: center;
    }
Viewing 4 posts - 1 through 4 (of 4 total)