Okay
  Public Ticket #1768878
Bug in theme - iPhones
Closed

Comments

  • xjunaid started the conversation

    Hi

    When i create a row with "Equal Height Columns", the 2nd column does not display below the 1st column on iPhones.

    If "Equal Height Columns" is not checked, it works properly.

    This issue occurs only on iPhone.

    Need urgent help.

  •  2,010
    Ocean replied

    Please send us admin account to check (set private reply).

  •   xjunaid replied privately
  •  2,010
    Ocean replied

    Hi,

    Please using the custom css code to fixed your problem, You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (max-width: 600px) {
        .wpb_row.vc_row-flex .row{display:block !important;}
        .wpb_row.vc_row-flex .vc_column_container{display:block !important;}
    }
    

    Thank you