Hello,
My site has a left sidebar that overlays the cover image and two columns in the main content. As the screen size reduces, the main content columns should wrap but instead fall behind the sidebar. Can you help me fix this?
Thanks
Hey jacc,
Yes, please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:1280px) {
.home #after_section_1 .content {
min-width: calc(100% - 330px);
width: calc(100% - 330px);
}
}
Hope it helps.
Best regards,
Nikko