[Support request] Page padding

Home Forums Support [Support request] Page padding

Home Forums Support Page padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #214645
    Chad Biggs

    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

    #214687
    Tom
    Lead Developer
    Lead Developer

    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?

    #214741
    Chad Biggs

    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

    #214795
    Tom
    Lead Developer
    Lead Developer

    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.

    #214909
    Chad Biggs

    Sorry about that Tom. I turned the private site off. You should be able to see it now.

    -Chad

    #215048
    Tom
    Lead Developer
    Lead Developer

    Ah, a plugin you’re using is adding padding to the .container element.

    Try adding this CSS:

    .grid-container.container {
        padding: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.