featured post title text.. space between text

Homepage Community Forums Epik Theme Support featured post title text.. space between text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8632
    afortigas
    Customer

      please check out my link… http://mercygrass.com

      on my featured post, there’s a space between on my title. how can i remove? the space/margin?

      #8640
      Wes
      Moderator

        It’s the line-height from the .entry-title on line 1086. Instead of removing or adjusting, you could probably just add in the code separately so it doesn’t affect the other titles of your site that use that code. So try adding this to your css –

        .featuredpage h2, .featuredpost .entry-title {
            line-height: .7;
            margin-bottom: 10px !important;
            overflow: hidden;
        }

        You can adjust the line-height or the margin if you want.

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