I’m having a hard time understanding why all the text is not scaling with the smaller mobile view AND why the green box has margin on the left side but no margin on the right side. I have checked what I feel were all of the settings related to padding, margin, spacing, etc but I can’t find the culprit. Any help would be appreciated.
Hello @ppe29,
Thanks for writing in! You have this issue because you have set the WIDTH of the ROW element to 1400px
.
To get your issue resolved, you should set the width to at least 98%
and a maximum width of 1400px
:
Or you can just enable the Global Container.
Hope this makes sense.