Reply 176636 to: Move Mobile Sidebar on "Products" page from bottom to top?

Avatar: Rose Tyler
Rose Tyler
Support staff
November 2, 2017 at 08:48

Hello,

Thank you for purchasing our theme and for reaching us.
Please add this code in custom.css:

@media (max-width:767px){
	body.archive.woocommerce .page-content > .row-fluid{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.