Hi,
Nearly finished this website:
But after the update the homepage on mobile is cut off left and right.
Any ideas?
Thanks in advance
Jasper
Hey herrbirk!
Thank you for using Enfold.
You added this css code:
.page-id-1249 #after_layer_slider_1 {
margin: -50px!important;
}
You can add this below:
@media only screen and (max-width: 767px) {
.page-id-1249 #after_layer_slider_1 {
margin: -50px!important;
}
}
Best regards,
Ismael