Site logo

Archived topic

How to change left sidebar appearance on mobile

5 replies · Started by Ann on March 15, 2023

Viewing posts 1–6 of 6

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;
    }
}

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

Un abrazo

Charo

You're welcome!

thank you so much :-) works perfectly. Have a nice day :-)

Glad to hear that - and you too :)

This archived topic is closed to new replies.