Archived topic
How to override the margins for one container on just one page?
1 reply · Started by Michael on November 24, 2019
Viewing posts 1–2 of 2
Hi there,
I'm trying to get rid of the padding for a container on just one page. At the moment right and left widths are set at 100px. Do you know how I remove this for the one container? Thanks in advance. Mike
Hi there,
Try this CSS:
body.page-id-9131 .generate-sections-inside-container {
padding-left: 0;
padding-right: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.