This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Rose Tyler
When I view my website on mobile all my products appear first in my shop and at the very bottom is where my categories are located. How can i make my categories appear on the top in the mobile version of my website?
Hello,
You can add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.archive .page-content > .row, .woocommerce .page-content > .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
Regards,
Rose Tyler.
Worked beautifully thank you!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘how can i make my shop sidebar appear at the top on mobile?’' has been successfully resolved, and the topic is now closed for further responses