Book Lite Theme Appearance Question
-
How do I reduce the white space between the header image and the page titles for my blog bouncenotbreak.com? I have the custom upgrade but have never worked with CSS before….
Thank you!
Andy
The blog I need help with is: (visible only to logged in users)
-
Hi there,
How do I reduce the white space between the header image and the page titles for my blog bouncenotbreak.com?
You can try the following line of code. To use it, go to Appearance > Custom Design and click on the “Edit” button under the CSS section, and paste in the following line of code.
#main { padding-top: 1em; }Be sure to save your changes when you are done, and if you like you can tweak that padding value to find what works for you. Feel free to experiment. :)
If you are new to CSS these are both good places to start:
– http://en.support.wordpress.com/custom-design/css-basics/
– http://en.support.wordpress.com/custom-design/editing-css/Hope that helps. Please let me know if you have any further questions.
-
- The topic ‘Book Lite Theme Appearance Question’ is closed to new replies.