The headings in my portfolio span either 2, 3 or 4 rows of words. It doesn’t look nice that the boxes don’t have the same height in each row.
For example in the first row the boxes for ‘Future-proofing Processes’ and ‘Bridging the CISO-CEO Divide’ are not as high as the other heading boxes in the same row.
Ideally I would like all boxes on this page to be as tall as the boxes whose headings span 4 rows of words ie. the box for ‘The Foundation for Comprehensive Security Information and Event Management’
If that’s not possible how do I add space between each row of portfolio items. About 10-20 pixels.
Thanks for your help!
Hey messmeriza,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.grid-content {
min-height: 100px;
}
You can try adding this code in media query and adjust the grid content height for different screen size.
Best regards,
Vinay
Awesome, that works. Thanks a lot Vinay!
Hi,
Glad that Vinay helped you. Thanks for using Enfold :)
Best regards,
Nikko