• Hi everyone.

    https://www.thisamericanfilm.com

    I’ve just started this blog and have been messing around with a few things in the CSS to get this theme to my liking, but I’m having a problem with one thing. I want to change the padding between the post title and the date/comment so they’re closer.

    My limited knowledge is telling me that changing the padding below the title is conflicting with padding above the date, but I’m not sure. I don’t want to go poking around as I’m not entirely comfortable.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • .

    (@techievous)

    You could do

    .entry-title {
         margin-bottom: 0px !important;
    }

    You can go into negative values if needed (for example, -5px).

    Thread Starter kenrola

    (@kenrola)

    Thanks! That works for now, but I’d love to find the real source so I don’t have to result to that declaration as a permanent fix.

    .

    (@techievous)

    but I’d love to find the real source so I don’t have to result to that declaration as a permanent fix.

    We should never edit the parent theme’s files when customizing our site. Never! If you have been editing the parent theme, please stop and consider using a child theme instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Graphy] Padding between a post title and the date.’ is closed to new replies.