Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ezekielcp

    (@ezekielcp)

    Correct URL

    This url works, sorry. Can someone help please.

    Thread Starter ezekielcp

    (@ezekielcp)

    Classes

    Wrong url above, I’m the biggest idiot on WordPress. This is the correct url. I’m sorry.

    alexleonard

    (@alexleonard)

    Have a look at your style sheet in your theme called style.css

    Look for #header

    and change it to:

    #header {margin:0;}

    That will take 10px off the top margin.

    If you want it right at the very top of the page, change it to:

    #header {margin: -10px 0 0 0;}

    Thread Starter ezekielcp

    (@ezekielcp)

    Not that margin. The big white space in the middle of the page. See where there is a huge white space in between “Schedule and Pricing ” title and the schedule.jpg picture?

    alexleonard

    (@alexleonard)

    Oh right – sorry that doesn’t happen in Firefox – I see it in IE6 though.

    Put this in overwriting the current line under /*content*/ in your style sheet:

    #content img,#contentwide img {border:1px solid #d0d0d0; float:left; margin:3px 5px 3px 0;}

    Thread Starter ezekielcp

    (@ezekielcp)

    You are f-ing awesome. Thank you SO MUCH!

    alexleonard

    (@alexleonard)

    Cool! Glad it worked out 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘White space above image’ is closed to new replies.