Viewing 6 replies - 1 through 6 (of 6 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Patrick Yepez

    (@patrick-yepez)

    I have done so. But, frankly I am stumped. Could you assit with code?
    Please!

    Looks like that’s being caused by the vertical align here:

    #tips html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        padding: 0;
        vertical-align: top;
    }

    Thread Starter Patrick Yepez

    (@patrick-yepez)

    WPyogi please excuse my ignorance don’t understand your post. Could you please elaborate.

    That vertical-align is putting the text at the top of the text “space” – so there’s space below the text. That CSS appears in the header of your site – do you know what’s adding it there?

    There seems to be a lot of CSS in many places – where did your theme come from?

    Thread Starter Patrick Yepez

    (@patrick-yepez)

    It is a Builder-Child Theme from Ithemes. http://ithemes.com/find/themes/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjusting spacing between H2 tag and paragrah’ is closed to new replies.