H2 line spacing is awful… Jammed

Support Area Forums Progress H2 line spacing is awful… Jammed

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.broken-promises.org/save-the-children-single-parent-families/
  • Author
    Posts
  • #26201
    HDTV-Entertainment
    Participant

    Sorry for what is obviously a stupid question, but I cannot figure how to to adjust line spacing in my H2 text so it is more pleasing. Try the link and you will see that the top paragraph (H2) is all jammed together.

    Any suggestions? Rk

    #26204
    Bill Robbins
    Moderator

    It is possible to change the line height of the h2 tag. Add this to the Custom CSS in the Styling tab of the Theme Options page:

    
    h2 { 
    	line-height: 1.2;
    } 
    

    You can adjust the 1.2 (it’s a multiplier) to find the right fit. You can also switch to a fixed height with something like this:

    
    h2 { 
    	line-height: 20px;
    } 
    

    Take care,
    Bill

    #26217
    HDTV-Entertainment
    Participant

    GREAT! Just what the doctor ordered.
    Fast service and turnaround too!

    Thank you Bill!

    #26218
    HDTV-Entertainment
    Participant

    Exactly, that is what they look like and they are links. But, not from me. I simply put the title into the widget box without any HTML or link instructions. Using the same methodology on the other widgets produced no links. It is very odd.

    #26219
    HDTV-Entertainment
    Participant

    disregard last post, different subject

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘H2 line spacing is awful… Jammed’ is closed to new replies.