Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2134693
Mobile Sibar
Closed

Comments

  • Deano_Uk started the conversation

    Hi

    When you have sidebar active for ther Shop so people can filter, on mobile that sidebar appears at the very bottom is there not a way for this to be at the top and smaller ? just doesnt seem great been at the very bottom as people wont want to scroll all the way down just to filter

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    @media only screen and (max-width: 768px) {
     .panel-sidebar-position-left {
        display: flex;
        flex-direction: column-reverse;
    }}

     

    6707465710.png