Archived topic
Mobil view
3 replies · Started by merlin52 on January 18, 2021
Viewing posts 1–4 of 4
How do I display the left sidebar in front of content in my mobile view?
Hi there,
try this CSS:
@media(max-width: 768px) {
.left-sidebar .site-content {
display: flex;
flex-direction: column-reverse;
}
}
Thanks
You're welcome
This archived topic is closed to new replies.