Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1117860

    Hello,
    we can’t update to 4.5.7 because the columns break (new html). We switched back to 4.5.4. so i can’t send you credentials, but i made a screenshot:
    https://prnt.sc/odp75v

    Can you help?
    P.S.

    #1118151

    Hey OPTIMAL,

    Do you have a test server where we can see and investigate the issue?

    Best regards,
    Victoria

    #1125895

    Hi,
    I have the same problem and have probably found the error in the current CSS block
    the width is always set to 100% and the display-art is set to table instead of table-cell

    And the top, center or bottom alignment is defined in the wrong DIV element.

    I made myself an adjustment on the fast via custom css which is only temporarily helpful,
    because the basic problem is not solved with it, because if you use different columns at
    different places it is not helpful. Please improve in the next Enfold version ;)

    Current CSS in Enfold
    —————————
    #top .flex_column_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    }

    Modify with Custom CSS
    Adjustment for 2 columns
    with middle alignment
    —————————
    #top .flex_column_table {
    display: table-cell !important;
    width: 50% !important;
    vertical-align:middle !important;
    }

    best regards
    JJ :D

    #1127283

    I’m having this issue as well. I use this setting quite frequently so it’d be great if it could be resolved by the Enfold team ASAP :)

    For top alignment instead of middle, would you just replace the vertical-align: middle with vertical-align: top?

    #1127370

    Hi,

    Please do create your own ticket, so we can be able to review better

    Best regards,
    Basilis

    #1127378
    #1213235

    This can be closed.

    #1213570

    Hi optimal_systems,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Update to 4.5.7 breaks columns with equal height’ is closed to new replies.