• Resolved Eatbeat

    (@eatbeat)


    Just can’t find the place to change the space between the header image and the 1st post. I found out how to change it with the sidebar and on the single post page, but where on the style sheet can I change it for the front page?

    Check the front page of http://www.litterless.org

    The space between the header and the sidebar is fine.
    The space between the header and the post (A new post) is too big, I’d like to make it smaller.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • boober

    (@boober)

    find this in your stylesheet

    .post {
    
    text-align: left;
    
    margin-left: 0px;
    
    width: 336px;
    
    position: absolute;
    
    top: 160px;
    
    padding-bottom: 25px;}

    if you change top: 160px; to about top: 120px; it should be about right.

    Thread Starter Eatbeat

    (@eatbeat)

    Great, thanks for getting back so quickly! That worked… sort of. The problem is that this also moves the actual post up, as you can see here

    http://www.litterless.org/?p=3

    Any (easy) way to make sure posts on the front and individual post page are on the same horizontal level?

    boober

    (@boober)

    ooh, you may want to change the sidebar and post settings back and just get rid of the 20px padding on the header

    #header {
    text-align: left;
    margin: 20px 0;
    height: 40px;
    font-size: 3em;
    font-variant: small-caps;
    }

    change margin: 20px 0; to margin: 20 0 0 0;

    Thread Starter Eatbeat

    (@eatbeat)

    That didn’t work. But I just realized that I only needed to comment out the blog description in the Main Index template, so the front page post would move up.

    Thanks anyway!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Modicus – reduce space between header and 1st post’ is closed to new replies.