Site logo

Archived topic

Sidebars above content on mobile

6 replies · Started by Paul on February 11, 2021

Viewing posts 1–7 of 7

Hi Paul,

Could you can link us to the site in question?

You can use the private information field.

Let me know :)

Link pasted in private information...

Try this CSS:

@media (max-width: 768px) {
    #right-sidebar {
        order: -2;
    }
    #left-sidebar {
        order: -1;
    }
}

Let me know :)

Works perfectly, thanks for your help :)

Paul.

Glad to help :P

Resolved.

This archived topic is closed to new replies.