Tagged: grid row
I have a Grid Row with a fixed height and the contents for each of the two cells are set to align to the bottom. However, when the width of the browser window changes and the cells of the Grid Row stack on top of one another, the contents align to the top of the cell.
Is there a fix for this?
Hey sabrinarubli,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Jordan
Here you go.
Hi,
Thank you for the info.
We added this code in the Quick CSS field.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#learnmore .flex_cell {
position: relative;
}
#learnmore .flex_cell_inner {
position: absolute;
bottom: 0;
}
}
Best regards,
Ismael
Perfect! Thanks, Ismael.
Hi,
Glad we could help :)
Best regards,
Nikko