Show both sidebars under posts on mobile
-
Hello, I am trying to show both sidebars on mobile. Right now, only the primary shows. I found the following code online.
#sidebar-primary { order: 1; } #main { order: 2; } #sidebar-secondary { order: 3; }
That code did add both sidebars under the content on mobile, but it moved both to the right of the content on the desktop version, which I do not want. I would like it to be sidebar-content-sidebar on desktop, and content-sidebar-sidebar on mobile. Is this possible?
Thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.