• Resolved dammsugare

    (@dammsugare)


    Hi,
    I was wondering if there is a way to control the break points individually for all cells. For example, if I have a rwo with three cells, and I want cell1 and cell2 to have 50% between 450px-767 px, and cell3 to have 100% width for these screensizes. Is this possible somehow with css? So that there is not only ONE breakpoint for all ceels to collapse?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi 🙂

    Thanks for posting.

    Unfortunately, at the moment, it isn’t possible to create additional breakpoints. We hope to introduce additional breakpoint settings quite soon. Sorry, we can’t assist right away. For the moment, additional breakpoints would only be possible with Custom CSS.

    Thread Starter dammsugare

    (@dammsugare)

    Hi,
    thank you for your reply. That is exactly what I was wondering though, how can I use custom css to tackle the cells? For example, if I use

    @media(max-width:767px){
                              #pgc-2-3-0{
                                          width:100%;
                                        }
    }

    it does not work…

    Thanks!

    Plugin Support Andrew Misplon

    (@misplon)

    Hi 🙂 Do you have your browser’s developer tool open? You’d need to inspect the cell to see which CSS rules are being applied and why yours isn’t winning. It might be a targeting issue or perhaps a specificity problem which you could solve with !important.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Break point’ is closed to new replies.