I tried different css from the forums to reduce the space on mobile between my 3 column lay-out. Nothing seems to do anything to reduce the white space. Hope you can help me out! Thanks a lot
Hey mirr,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #av-layout-grid-1 .flex_cell {
padding: 0 !important;
}
}
Best regards,
Rikard
Thanks! Also is it possible to make the space between rows smaller on mobile? There is a pretty big gap of whitespace between rows. Thanks!
Hi mirr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px) {
#top .flex_cell {
padding: 10px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria