Product per page in mobile version
-
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.
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
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