Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #829848

    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!

    • This topic was modified 7 years, 4 months ago by messmeriza.
    #829882

    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

    #829885

    Awesome, that works. Thanks a lot Vinay!

    #829915

    Hi,

    Glad that Vinay helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio heading box: same height for all?’ is closed to new replies.