When editing in responsive for mobile the text spills off screen/ out side of mask
There’s no padding or anything as far as I can see.
page is: https://northstarpeople.com/finance/
There’s no padding or anything as far as I can see.
page is: https://northstarpeople.com/finance/
Comments
Hi,
On tablet view, you set up a custom width for this element and a big padding.
The mobile view inherits from the tablet, so you should set separate values for mobile. So on mobile view, change the padding to zero, and set custom width to 100%.
Best regards