Hi Ciaran
how can I adjust the margin on the mobile view.
Content works, but Modules doesn`t work.
Thanks
Michael from germany
@media only screen and (max-width: 767px) {
.module_surround {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
.module_surround {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.top-1 .module_surround {
padding: 0 !important;
}