• The problem is here http://www.alexandrakatherine.com/

    I installed this theme and I like it’s flexibility and simplicity. For some reason though you’ll see on the front page it is adding a lot of white space when nothing is there. I am not a wordpress expert but can usually figure things out. Can’t seem to find why all that space is being added.

    Any help is greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Exactly what white-space are you looking to get rid off? Above the header?

    If so, you need to have a look at style.css for #top_hat, whihc has a hight of 50px but has nothing in it. It looks like you need to set the margin-top property to 0 for body as well.

    Thread Starter dmatukian

    (@dmatukian)

    I was actually referring to the space at the bottom of the page under the Hello words. It seems to be quite karge and filled with nothing

    You have an #page{ min-height: 500px; } in style.css, so regardless of the content of the post, it will be at lease 500px in height.

    Thread Starter dmatukian

    (@dmatukian)

    Ahh I see. Great. I will jump into the style.css and drop that down a bit.

    Thanks for the help duck__boy!

    No problem.

    Thread Starter dmatukian

    (@dmatukian)

    hey duck__boy… so got that working… however there are borders now separating content that isn’t even there. any idea as to the css culprit?

    http://www.alexandrakatherine.com/

    What browser are you using to develop? If it is not Firefox, I’d recommend that you get that and then install the add-on ‘Firebug’. It’s a great tool that tells you if you have errors on your site, and it also allows you to click a section of the site and will show you the CSS for it – that’s the best way to find out what CSS is causing you problems.

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

The topic ‘Themeology Spacing issue’ is closed to new replies.