Okay
  Public Ticket #1371170
Inner row equal columns align top issue
Closed

Comments

  •  25
    damien started the conversation

    Hi,

    Im experiencing an issue with inner rows where even after setting them to equal height and align top, the content in the right column isnt aligning to the content in the left column?

    Both column use the same padding.

    Thanks
    Damien

  •  8,470
    Tahir replied

    Hey Again,

    Inner Rows have limited functionality so you will likely have to switch them to the parent row . 

    Be.st 


    ThemeNectar Support Team 

  •  25
    damien replied

    Hi,

    Yep, having just parent rows isnt always possible.

    I manually fixed it using 

    /* fixing alignment issue on new sectors page */
    .page-id-1588 .column-inner.padding-10-percent {display:block !important;padding-top:37px;}

    .page-id-1588 .column-inner.padding-10-percent h5 {line-height:25px;}

    .page-id-1588 .vc_col-sm-6.wpb_column.column_container.vc_column_container.padding-3-percent {padding-top:37px !important;}

    Thanks

    Damien