Problem in sorting in shop page – mobile version
-
I have a problem in mobile page that the sorting button is not located properly. How can I fix it?
Check the picture for clarification.
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the page URL of your site so I will check and give you the solution to your issue.
Also, please make sure that you are using the latest Woodmart theme version 6.1.4, and all the updated plugins on the site.
Best Regards.
I am using the latest version and all the plugins are updated. The url is given in private bar. Please check
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woocommerce-ordering select {
width: 100px;
margin-left: -100px;
}
Best Regards