Titles Being Cut Off At The Bottom On Homepage

Homepage Community Forums Epik Theme Support Titles Being Cut Off At The Bottom On Homepage

  • This topic has 3 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3696
    Lozzer1000
    Customer

      Hi Wes

      Loving this theme.

      Just a small problem – on the homepage blog layout my titles are being cut at the bottom because there’s not enough spacing. It’s not happening on individual posts and pages.

      You can see what I mean here with the ‘gg’ in blogging on the second line of the title:

      http://www.contentchampion.com/
      Could you help me with some padding code for this please?

      Thanks and kind regards

      Loz

      #3701
      Wes
      Moderator

        It’s actually the “line-height” that needs to be increased a little bit. Take a look around line 1165 in your css and change the line-height from 1.2 to 1.3 (or more if you want) –

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .entry-title a {
        line-height: 1.3;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        }

        #3703
        Lozzer1000
        Customer

          Thanks Wes

          That’s sorted it!

          Say, you don’t want to be interviewed for my podcast about creating high quality wordpress themes by any chance?

          Kind regards

          Loz

          #3713
          Wes
          Moderator

            Great! Glad its working!

            Say, you don’t want to be interviewed for my podcast about creating high quality wordpress themes by any chance?

            I’m not really ready to do any podcasts or interviews just yet….I still want to get a few more interesting things done first. So possibly sometime in the future.

            Your site is looking really good by the way. I need to get a showcase created on my site, and when I do, I’ll add your link if you want.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.