Archived topic
Show sidebar widget at site home on cell mobiles
1 reply · Started by Antonio on February 20, 2021
Viewing posts 1–2 of 2
Now I want to use custom CSS to display the shop sidebar at the top of the page, instead of the bottom of the page.
my website https://elmejorproducto.com/proteinas/
Hi there,
try adding this CSS:
@media (max-width: 768px) {
.site-content {
flex-direction: column-reverse;
}
}
This archived topic is closed to new replies.