Hello,
I have a page with three icon boxes with the same number of lines of text on each box. The bottoms of the boxes are not lining up, they are all on slightly different levels. Can you please help me fix this? The site link is in the hidden section.
Thanks,
Hi digital-handyman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1024px) {
.home #av_section_2 .iconbox_content {
min-height: 350px;
}}
Cheers!
Yigit
Thanks Yigit,
That seems to have done it for Chrome and MS Edge, however in Firefox (latest version) the middle box appears to be a few pixels shorter. I Don’t want to make the boxes any bigger as there would be dead space at the bottom of each box. Is there something I can do to get this fixed?
Thanks,
Hi!
try to use a slighter bigger value, then it should work for firefox as well:
@media only screen and (min-width: 1024px) {
.home #av_section_2 .iconbox_content {
min-height: 356px;
}}
Best regards,
Andy