hi guys,
i’m using the blog element and have styled it with some css. i’m looking to have the height of all of them be the same and tried this:
#blog .av_one_third {
max-height: 500px !important;
height: 500px !important;
}
but it didn’t work. Can someone help with this? THANK YOU
Hi bobfurgo,
Please remove the code you put, it will limit the maximum height, you can add this code instead:
#blog .av_one_third .slide-content {
min-height: 230px;
}
Best regards,
Nikko
THANK YOU! Worked great.
Hi bobfurgo,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko