PDA

View Full Version : Open space on top of website


Frankc
04-23-2007, 01:02 AM
After the upgrade from V3.4 to V3.5 there is a small open space on top of the website. I tried for at least two hours to remove it so but without any success.

Anyone have perhaps a solution or suggestion please?

http://www.demo-website.co.za/

Rgs

Frank

Micha
04-23-2007, 08:08 AM
If you are referring to the white space above the green bar with your links, that is 10px margin and you can remove that by editing your style.css and changing this class:

body {
background-color:#FFFFFF;
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin:10px auto;
padding:0px;
}

Just put margin: 0px auto; instead of 10px auto.

Frankc
04-23-2007, 08:12 AM
Thank you very much.

Will definitively look at it once I got some sleep.

Rgs