Archived topic
No padding left & right on mobile
3 replies · Started by Kelsey on February 15, 2022
When you view this page on mobile, the text goes all the way to the edge and gets slightly cut off. How do I increase the padding on the left and right sides so the text is a bit more breathable?
Thanks,
Kelsey
Hi Kelsey,
The page's content container is set to containedwhich means there won't be any padding around the content.
Normally if you choose to set it to contained, you should add paddings at block level.
If that's not your intension, you can set thecontent containerwidth back to default:
1. Using layout metabox, you can find it in the page editor:
https://docs.generatepress.com/article/layout-metabox-overview/#where-is-it
2. If there're more pages set to contained, worth to check appearance > elements, see if there's a layout element set the pages content container to contained.
That did the trick! Thank you
No problem :)