Tagged: icon boxes, row height
I’m having trouble getting two icon boxes within one row to take on the same height. Here’s a screenshot of the issue: Screenshot of uneven row height
How can I give two icon boxes next to each other the equal height? Here’s the link to the web page: http://zeffective.staging.wpengine.com/home-2-0/ (hosted on WPengine)
Hi zeffective,
Please try the following in Quick CSS under Enfold–>General Styling to set a minimum height to the elements:
.iconbox_content {
min-height: 200px !important;
}
Thanks,
Rikard
Perfect! Thanks for your help—it looks perfect now.