Okay
  Public Ticket #2597249
Shob Sidebar on Mobile device
Closed

Comments

  •  2
    lolaperes started the conversation

    It is possible to show the shop sidebar top in mobile screen?

  • [deleted] replied

    Hi lolaperes,

    Please add the code below to your Custom CSS area:

    @media screen and (max-width: 992px) {
        .woocommerce .products-archive--has-sidebar .products-archive--sidebar {
            order: 1;
        }
        .woocommerce  .products-archive--products {
            order: 2;
        }
    }

    Have a nice day!

  •  2
    lolaperes replied

    Thank you so much!

  • [deleted] replied

    Happy to hear thatsmile.png

    If you enjoy our theme, you can head over to your Downloads tab and give it 5 stars. We will love you forever.