I am using the Shop sidebar in a Left Sidebar Page for my store product menu. On mobile devices, the sidebar is moved to the bottom of the page, below all content. I need this to appear at the top for better UX.
Is there an option or some code I can modify to make this appear at the top of the page? If not, is there a better sidebar/menu setup I could use to achieve this?
Well for that you need to overwrite the template of shop page .
and for this you have to use a child theme .
1. Install wplmsblankchildtheme if you are not using any .
2. Then in your child theme create a folder named "woocommerce" .
3. then copy the archive-product.php file from main wplms theme and paste in this woocommerce folder and start editing it.