Site logo

Archived topic

How display left sidebr before content on mobile

7 replies · Started by Giacomo on June 14, 2021

Viewing posts 1–8 of 8

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 :)

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. :)

This archived topic is closed to new replies.