moving my header closer to top of page, a css question
-
Hi,
I’m using the fSpring theme and I’m trying to move the header closer to the top of the page.
There was a big grey title above the header that I didn’t want so I think I made it invisible by puttin “display: none;” (it was a while ago so I don’t remember clearly)
Anyway there is no “padding-top” in the #logo section, where the header is, so I was thinking of reducing the section where that big title was hoping everything would move up. Am I right to hope so?
But in the concerned section (#pages h1), the paddings are all grouped, like this:
#pages h1 a{
padding:13px 0px 0px 10px;
So how do I know which one is the top one? Should I set the all to 0 and see what happens?
Thanks
- The topic ‘moving my header closer to top of page, a css question’ is closed to new replies.