Archived topic
Page padding
5 replies · Started by Chad Biggs on August 1, 2016
How can I remove the 17px padding on the left and right of my page? When I am in customizing / layout / container, if I change the box that says padding left, it changes the padding on the right side. But I cant get either side to go to zero.
-Chad
Hi Chad,
I'm not sure what you mean? Those settings deal with the spacing within the content area.
Can you show me the 17px of padding you're talking about?
Thank you for the reply Tom. You can see it here. Could you remove this link for me when you are finished please?
Thank you,
-Chad
Hi Chad,
It requires me to login.
You can just show me a screenshot if you like, or send me login details via our contact page.
Sorry about that Tom. I turned the private site off. You should be able to see it now.
-Chad
Ah, a plugin you're using is adding padding to the .container element.
Try adding this CSS:
.grid-container.container {
padding: 0;
}