Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2106263
Content of row gets lost in tablet view
Closed

Comments

  •  2
    outlawzz started the conversation

    Hy and good morning,

    we have a problem with the "Equal height" checkbox in the row settings.
    The content of a row gets lost on tablets when i check "equal height" in the row settings. When i switch to "mobile view" or "desktop view" the content ist there... it is just the "tablet view". It is not hidden in the responsive options of the columns.

    On the page you see the behavior of a row with the box check on (row 1 - Phase 1 - 3) and the box checked of (row 2 - Phase 4 - 6).

    can you please help us.
    thanks in advance

  •  4,780
    Michael replied

    HI!

    pls. use following css:

    @media (max-width: 1199px){
    .wpb_row {
        margin-top: 0 !important;
    }
    .wpb_row > * {
        margin-top: 0 !important;
    }}

     

    6707465710.png
  •  2
    outlawzz replied

    thx, worked fine... ;o)

  •  4,780
    Michael replied

    You're welcome!