Hi
For the desktop version I have set article block padding to 0px 80px 0px 80px but I wish to remove the padding for the mobile and tablet version.
Please advice. Thanks
Tristan
@media (max-width: 1040px) {
.nspArt {
padding: 0!important;
}
}