Archived topic
How to change left sidebar appearance on mobile
5 replies · Started by Ann on March 15, 2023
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
https://shanayatemplet.dk/wp-content/uploads/2023/03/blog-left-sidebar-scaled.jpg
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 :)