Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #685628

    Hi.

    I am struggling with the height of the cells in grid row.
    I can set a minimum height but i would like it to be fixed so it stays 400px

    Can you help me get around that?

    • This topic was modified 8 years, 1 month ago by John Nielsen.
    #686666

    Hey John!

    Thank you for using Enfold.

    The height of the cells will depend on the content. If you want to apply a specific height to the cells, add unique Section ID to the grid row element, “custom-grid” for example and then add this in the Quick CSS field:

    #custom-grid .flex_cell { height: 400px; }
    

    Excess contents might overflow outside the cells.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.