Home Forums WoodMart support forum Product per page in mobile version

Product per page in mobile version

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

    yorgos
    Participant

    Hi the product per page option is enable to settings but not appears in the mobile version how i can show this option so the customer can change the number of products like desktop version
    https://prnt.sc/23zfrvw

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

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #341290

    yorgos
    Participant

    here it is

    #341419

    Hello,

    The products per page options are not set to be displayed for mobiles by default because they disturb the layout.

    If you still want to display then try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-products-per-page {
        display: block;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)