A Little Help on the Custom CSS
-
Well, I just bought the Custom CSS, and I got everything worked out except, on this blog, http://monchocho.com, the header part is moved a bit up and there is a larger space between the body and the header. I was wondering how to get it up like that.
The blog I need help with is: (visible only to logged in users)
-
To move the header down, add the following to #header
top:10px;If you want less of a gap between the header and the content area, reduce the bottom padding in #header (the 10px value that is there now).
If you want to reduce the gap even further, change the height in #header to something like 230px instead of 240.
-
-
-
- The topic ‘A Little Help on the Custom CSS’ is closed to new replies.