Hi
I have a page with a grid row and inside of it is an easy slider. It looks great on desktop but on mobile there are white space on the left and right and also not enough padding on the bottom
site – https://www.themrteam.com/properties-2
screenshot – https://imgur.com/GEW1JSb
Please help
Thanks
Hey navindesigns,
This is the design for the mobile view.
Do you wish to remove the padding effect?
Best regards,
Basilis
yes please
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
media only screen and (max-width: 767px) {
.postid-7037 #av-layout-grid-2 .av-flex-cells .no_margin {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Best regards,
Rikard
Hi navindesigns,
There is one important symbol missing in the code below, please try like this:
@media only screen and (max-width: 767px) {
.postid-7037 #av-layout-grid-2 .av-flex-cells .no_margin {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Best regards,
Victoria
This is still not working.
Thanks
Hi navindesigns,
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) {
.responsive #top.postid-7037 #wrap_all #av-layout-grid-2.av-flex-cells .no_margin {
padding-left: 0% !important;
padding-right: 0% !important;
margin-bottom: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria