Hi Guys,
I’m working on optimizing my pages for mobile and I’ve an issue with the padding for each row. On desktop I’ve set the padding to be 30px top and bottom through the Swift page builder. When I go down to <479px I’d like to remove this padding but I can’t seem to do so? In an attempt to resolve this I duplicated the rows and assign classes, one for mobile and one for desktop and show or hide depending on the screen size. However I’ve noticed that this results in an unwanted, empty <div class="row fw-row"><div>
that is adding a load of extra space between my containers.
How would you recommend I go about resolving this?
Many thanks,
J