Reducing the height of the header
-
Hello,
I use Thestyle theme and would like to reduce the hight of the header.
I do have customisable css option, but don’t know much about css.
What code am I supposed to write in css customisation box?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, I assume you are wanting to get rid of some of the space above your header image. Add the following to your custom CSS and edit the top padding value as you desire.
#header { padding-top: 100px; } -
-
- The topic ‘Reducing the height of the header’ is closed to new replies.