Archived topic
How display left sidebr before content on mobile
7 replies · Started by Giacomo on June 14, 2021
Hi,
i'd like that the left sidebar content be swo before the post content on mobile.
how i can do it?
Thanks :)
Hi there,
try adding this CSS:
@media (max-width: 768px) {
#left-sidebar {
order: -1;
}
}
No, the sidebar is always after the content section...
Hi Giacomo,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Sure Ying :)
https://www.diventarefelici.it
In particular i need this chang in a custom post type "lezzon", and this is a page: https://www.diventarefelici.it/module-1/inizia-da-qui/
Thanks :)
Hi there,
David's CSS should work if you're using flexbox as the site structure on Appearance > customize > General.
Consider setting the site to flexbox and use David's code.
Here's the expected result - https://share.getcloudapp.com/04u2O8m1
Yes, now works :D
Thanks so much!!!
Nice one. No problem. :)