Hi,
This a follow up on this thread – https://kriesi.at/support/topic/grid-row-customizations/
I just realize on mobile the the contents is align top, can we move it to the bottom instead of mobile? On desktop it is perfect at the bottom.
Mockup – https://ibb.co/Thn8QwM
Site – https://gideonfranchise.com/
Thanks
Hi navindesigns,
Please try to add this CSS code:
@media only screen and (max-width:767px) {
#top.home #wrap_all #av-layout-grid-1 .flex_cell {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
}
Hope it helps.
Best regards,
Nikko
Hi
Unfortunately, nothing changed on my end.
Can you take a look again?