Archived topic
Move Sidebar
7 replies · Started by epickenyan on March 21, 2019
Hi. I would like to move the sidebar sitewide to below the main content area at a width greater than 768px (preferably 900px or so). This is to prevent the content (especially column content) from being compressed as the width narrows. Is there a way to do that?
Hi there,
try this:
@media (max-width: 900px) and (min-width: 768px) {
#primary, #right-sidebar {
width: 100%;
float: none;
}
#primary {
clear: both;
}
}
Thanks. It worked. Increased the width to 1024px though.
Glad to be of help
I tried adding this to move the sidebar below the content on tablets, but it doesn't work for me.
Any thoughts?
Hi there,
Can you open a new topic and have the site in question linked in the private info field?
Thanks!
Sure, I'm opening a new topic