• Resolved mikeberny01

    (@mikeberny01)


    Hi Again.

    I am also looking to move my woocommerce sidebar to the top on mobile pages instead of after the products, is this possible? Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hey,

    You can add this CSS code into Appearance » Customize » Additional CSS:

    @media screen and (max-width: 960px) {
      .woocommerce #main > .si-container {
        display: flex !important;
      }
    
      .woocommerce #primary {
        order: 3 !important;
      }
    }

    Let me know if that worked for you.

    Theme Author sinatrateam

    (@sinatrateam)

    Resolving this issue.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar on mobile’ is closed to new replies.