Hi support team,
I am using a woocommerce widget to help users navigate through my products over at http://52kards.com/products
How can I get the sidebar to display on mobile devices before the content on this page?
Thanks!
Asad
Hey AsadIC!
You can use this CSS to get it to display on mobiles.
@media only screen and (max-width: 767px)
.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
display: block !important;
}
But it would take a lot of editing to have it display on top of your content on mobiles so it would be best to hire a freelancer to help you out with this customization.
Cheers!
Elliott