• btruxell

    (@btruxell)


    Hi,

    I am trying to decrease the margin between the top of the post, and the bottom of the header on my blog. Also, when you click on a post, the margin increases. I’d like to make that even throughout all posts and pages. I can’t seem to figure this out!

    My website is https://www.somethinghdr.com

    Thanks for any help!
    Brad

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    It’s the padding here:

    #content {
        padding: 30px !important;
    }

    and here:

    .narrowcolumn {
        float: left;
        margin: 0 10px;
        padding: 0 0 30px 30px;
        width: 900px;
    }

    and on the next page, it’s this:

    .navigation {
        display: block;
        margin-bottom: 60px;
        margin-top: 10px;
        text-align: center;
    }

    Firebug is the best way to work with CSS issues like this — you can easily find our which CSS is affecting a specific part of the page.

    Thread Starter btruxell

    (@btruxell)

    Thank you very much for the response. I will try this as soon as I get access to a PCM. And thanks for the link. I will indeed check it out.

    Regards,
    Brad

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decreasing the margin between menu and post title’ is closed to new replies.