Tagged: responsive, sidebar
Hello,
I am using a left sidebar on all of my pages and I was wondering if there was a way to force it down to the bottom on at 989px rather than 767px. I have buttons in the sidebar that start overlapping each other as the page shrinks. Let me know if this is possible, thank you!
Hey Kirstie,
Try adding this css code in Quick CSS located in Enfold > General Styling:
@media only screen and (max-width:989px) {
#top .sidebar_left .content {
width: 100%;
float: none;
border: 0;
}
#top .sidebar_left .content .entry-content-wrapper {
padding-right: 0;
}
#top #main .sidebar_left .sidebar {
border: 0;
}
}
Hope it helps.
Best regards,
Nikko
That worked perfectly. Thanks so much!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This topic can be closed. Thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon