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?
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