• Hi there-
    I’m new to WordPress and PHP/CSS — apologies if this is an obvious question, I couldn’t find an answer to it after searching in the forums.
    I’ve installed the jlinares template on my WordPress blog. The look is exactly what I want, except for one thing: there’s a big gap between the title of each post and the content. You can see what I mean here:
    https://joshreads.com/index.php
    I looked over the annoted guide to wp-layout.css, but couldn’t find the portion of the file that might be responsible for this padding. Can anybody help? Thanks in advance.
    jf

Viewing 2 replies - 1 through 2 (of 2 total)
  • .meta {
    font-size: .75em;
    color: #8F8F8F;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0 0 55px 0;
    }
    It’s the 55px which is doing that ??

    Thread Starter jfruh

    (@jfruh)

    Wow, instant service, thanks! The WP community is really responsive and cool!
    jf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird gap at top of posts’ is closed to new replies.