• Resolved AZBros

    (@azbros)


    Okay, I tried the Inspector tool and was able to adjust the Line Height and Bottom Padding of the post title in the Archive. When making the change in style.css, it doesn’t seem to work. I believe there’s something more I need to add to the code, but I’m not sure what. Here is what I found needed to be changed in the code inspector:

    .post-title {
        margin-bottom: 0;
        line-height: 1em;
    }

    I’ve tried that, along with h2.post-title and .archive .post-title, but neither worked. I know the solution is something obvious, but I’m still getting the hang of this coding stuff.

    Thanks for any assistance, I appreciate it!

Viewing 1 replies (of 1 total)
  • Thread Starter AZBros

    (@azbros)

    I figured it out. h2.post-title did work. The problem was user error. I was making the changes on my local test site but checking them on my actual site. 🙁

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust Title Line Height and Padding on Archive/Search Pages’ is closed to new replies.