I have my columns set to Equal Heights. However, my Accordion element is floating to the top, which does not give the look the top-bottom semetry that I would like. So, is it possible to anchor the Accordion to stick to the bottom of the column, so that all columns are visually the same height?
You can see the page in Private.
Hey laptophobo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 767px) and (max-width: 1023px) {
.flex_column.av_one_third .avia-team-member {
min-height: 320px;
}
}
@media only screen and (min-width: 1024px) {
.flex_column.av_one_third .avia-team-member {
min-height: 340px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria. That worked nicely.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay