Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,774
    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