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

Avatar: Rose Tyler
Rose Tyler
Support staff
November 2, 2017 at 13:14

Please change the code to:

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

then clear cache and check.

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.