Archived topic
How to increase padding off left/right text
4 replies · Started by Pablo on August 16, 2018
Hi there.
I'm struggling to find an option to increase the left/right padding so that the text isn't so tight to the container edge (as seen on the URL attached).
I thought one of the options under Layout >> Container would allow me to increase the padding but it doesn't appear to.
Any suggestions?
Hi there,
The link to your site isn't working. Can you double check?
Let me know :)
Can you try this one instead?
If you have a child theme so you can use this code :
@media (min-width: 981px)
.et-db #et-boc .et_pb_section {
padding: 4%;
It looks like your Page Builder Container is set to Contained: https://docs.generatepress.com/article/page-builder-container/
If you set that the default, the padding will come back.