PDA

View Full Version : Hey friends -- quick CSS help, I think!


Tatu
03-06-2010, 07:28 PM
Hello,

Thanks for putting up this website. I hope to build my wordpress skills, as I seem to own or design them nonstop! Clearly, being a wordpress pro means CSS skills!

I am designing this for a nonprofit (using the ecogreen theme) and I have no need for the white space under the top menu: http://www.slummi.fi/

When I rummage through the CSS... clearly, I've realized this is to be fixed in CSS.... but whatever fixes I do (like changing the height of the menu), everything else moves up too.... on top of the background (horizontal green line).

Thanks :)

flamescorpion
03-25-2010, 04:48 AM
In your css file find:

#intro {
----
}

In that block change:

margin: 20px 0 0;

to: margin: 0;