Archived topic
Sidebar floated om tablet
4 replies · Started by ioan on February 28, 2016
Hi there, I really enjoy working with GP a addons. Right now I have a problem to solve:
How to keep left and right sidebar floated at the left and the right side of the content even on tablet devices (and maybe on mobile too).
This should help: https://gist.github.com/generatepress/6c04c608d24b7c036303
Change this line:
@media (max-width: 768px) {
To:
@media (max-width: 1024px) {
Thanks, I will try...
Done, using the link provided before as a guide + flexbox and order property
Thanks a million
You're welcome :)
