Site logo

[Resolved] How to change left sidebar appearance on mobile

Home Forums Support [Resolved] How to change left sidebar appearance on mobile

Home Forums Support How to change left sidebar appearance on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2568211
    Ann

    Hi
    I am using a left sidebar for widgets but I can’t seem to locate where to change the appearance / location on mobile. On desktop it shows the way I want but on mobile the left sidebar shows below the content. I want it to show before the content. Can anyone please guide me in the right direction for solving this? Thank you Ann

    The blog page

    https://shanayatemplet.dk/wp-content/uploads/2023/03/blog-left-sidebar-scaled.jpg

    #2568425
    David
    Staff
    Customer Support

    Hi there,

    you would need to add this CSS to your site:

    @media(max-width: 768px) {
        .left-sidebar #content {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    #2568427
    CharoMG

    De nuevo muchísimas gracias por el apoyo, ha sido genial y muy atentos. Da gusto encontrar personas así

    Un abrazo

    Charo

    #2568507
    David
    Staff
    Customer Support

    You’re welcome!

    #2568744
    Ann

    thank you so much 🙂 works perfectly. Have a nice day 🙂

    #2569479
    David
    Staff
    Customer Support

    Glad to hear that – and you too 🙂

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