• Hi, I have edited my current theme using a child to the point where I have everything almost where I want it. However, the only problem I haven’t tackled until today is the width between the titles [h1],[h2] etc.

    What part of the css do I need to edit to reduce the amount of white space between the paragraph text and title text?

    my website is http://www.blacklionsprofit.com
    I am using the Yoko theme
    here’s a screenshot: http://i.imgur.com/NLpGcNX.jpg

Viewing 1 replies (of 1 total)
  • You kind of have two titles there – so look at both of these (the margins):

    #content .entry-header h2.entry-title {
        font: bold 1.3em/1.4 'Droid Sans',arial,sans-serif;
        margin: 0 0 12px;
    }
    
    #content h2 {
        font: bold 1.3em/1.4 'Droid Sans',arial,sans-serif;
        margin: 14px 0 12px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Changing width between titles and paragraphs’ is closed to new replies.