Hi
Is it possible to use a % size in a grid row, so that it will work better in responsive?
Perhaps using the Section ID?
I also have a problem with the text alignment in the cells. On all platforms except iphone the text aligns as set to “Middle”. On the iphone it aligns in the top???
Best regards
Hi Henrikgood!
The grid row is responsive. It will scale it’s cells to fit inside a “row”. Perhaps your wanting a color section instead?
Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
Elliott
Hey!
It looks like you set a height of 500px to it. Send us a WordPress login and we’ll take a closer look.
Best regards,
Elliott
Hi!
Remove the Minimum height setting then add a unique id attribute in the Section ID field. Use “custom-grid” for example. Use css media queries in the Quick CSS field in order to specify the minimum height of the cells in different screen sizes:
@media only screen and (min-width: 989px) {
/* Add your Desktop Styles here */
#custom-grid .flex_cell { min-height: 500px; }
}
Cheers!
Ismael
Great, I will try it out now
Hi!
Please do so and let us know so we can mark the thread as resolved or assist you further :)
Best regards,
Yigit
Yes, this worked