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

    Hi there Enfold team!

    On this one page site I would like 3 column and 2 column sections to break to a single column in Tablet portrait mode and smaller (768px and below). Please note that I will be using 2/5 + 3/5 as well as 1/2 + 1/2 when in two columns so the CSS will need to work with both these set ups.

    Thanks very much for your help in advance on this!

    Christian

    PS It would be great if you could introduce a way of setting breakpoints into the page builder rather than via CSS!

    #727696

    Hey jaroljmek,

    You might want to use this and add it on Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:960px) and (min-width:768px) {
      #top .flex_column.av_one_half {
        width: 100%;
      }
    }

    I checked the link you gave and I couldn’t find any 2/5 + 3/5 though I see a 1/3 + 2/3, do you mean this column instead?

    As for the breakpoints in the pagebuilder feature please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Nikko

    • This reply was modified 7 years, 4 months ago by Nikko.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.