Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1352679

    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

    #1352698

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.