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.
Hey OPTIMAL,
Do you have a test server where we can see and investigate the issue?
Best regards,
Victoria
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
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?
Hi,
Please do create your own ticket, so we can be able to review better
Best regards,
Basilis
I have, it’s here: https://kriesi.at/support/topic/equal-height-columns-4/ :)
This can be closed.