Viewing 2 replies - 1 through 2 (of 2 total)
  • The gap above the post could be reduced by modifying this:

    #primaryContent {
        clear: both;
        float: left;
        margin: 70px 40px 0 0;
        padding: 0 15px;
        width: 680px;
    }

    change margin 70px to 50px or whatever you want.

    The site title also has a lot a big margin at the top:

    #site-title, #site-description {
        font-family: 'Lobster',Georgia,"Times New Roman",Times,serif;
        font-weight: normal;
        margin: 60px auto 0;
        text-align: center;
    }

    Try changing the margin 60px to something smaller.

    Thread Starter bakeuplittlesuzy

    (@bakeuplittlesuzy)

    Thanks for your help, Christine. Your instructions worked to lift the heading and content up, but it also nudged the site title off to the right. Is it possible to fix that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix spacing in Liquorice theme’ is closed to new replies.