Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551300

    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

    #551339

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.