• ELGrundy

    (@elgrundygmailcom)


    Hello. I’m currently using the Tesseract Theme for my wordpress site. I’m trying to decrease the space between my headers (h1, h2 etc.) and paragraphs. I tried adding the following: #content .entry-content h1 { margin-bottom: 0; padding-bottom: 0; } and p, h1, h2, h3 { line-height: 0; } in the additional css area which did not change anything. Do I need to go into the editor? I’ve tried to make sense of this area but have not found what CSS I need to edit. My website (still in progress) can be found at http://www.new.evelyngrundy.com. Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    – For pro or commercial product support please contact the author directly on their site.

    http://help.tesseracttheme.com/

    – As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

    • This reply was modified 8 years, 7 months ago by t-p.

    So running through the Chrome inspector tools, your Custom CSS is loading, and some of your css is having an effect. However, when you call the p, h1, h2, h3 selector at the start, there’s an extra comma at the end that might be having an issue.

    As I can see your selector
    #content .entry-content h1
    But cannot see the ID “content” in your site, there is ID “content_TesseractTheme”
    You can try again with
    #content_TesseractTheme .entry-content h1

    • This reply was modified 8 years, 7 months ago by longnguyen.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Decrease Line Height’ is closed to new replies.