• Hi,

    I was wondering how do I change the padding in the “content” section? As you you can see in my page their is too much gray padding all around the images.

    Thanks

    Peter

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @billybob71a

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 600px;
        background-color: grey;
    }
    .post-header {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 0;
        max-width: 520px;
    }
    .post-inner {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 40px 0;
    }

    Thanx.

    Thread Starter billybob71a

    (@billybob71a)

    Hi Snehal,

    Thank you very much.
    That worked!

    But how did that work? I would not have guessed to use “width: 100%”

    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change the padding in the content section’ is closed to new replies.