Responsive & Padding on Wrap question
Hi Be Team. If I add the following padding to a wrap element: 0px 0px 0px 30px everything looks fine on the desktop, but on mobile it still applies the 30px padding, which I need to reset to 0px. How do I go about this for mobile screens? Thank you.
Comments
Sorry but the reset will not be possible, if you are adding left or right padding to an element try using % not pixels, they will be much smaller on mobile.
thanks