Tonal: Remove space under header and reduce its size
-
Hello!
I’m using the Tonal theme on essentialistblog.wordpress.com
When I set an image for the header, it’s very large and there’s too much blank space beneath it. Is there a CSS code to set the dimensions for the header image myself and remove the space below it? Or otherwise, if using only a site title, to reduce the blank space beneath that?
I’m grateful for any advice!
The blog I need help with is: (visible only to logged in users)
-
Hi! Right now I cannot see your header image, but about your title you can set your padding parameters to be more aligned with what you need. Right now you have 120px to the top as well as to the bottom. You can vary it. For instance, with 20px this is the result:
#masthead { padding: 20px 0px; }Hope this helps you.
-
Glad to see that helped you!
For the image, try to modify width -height will resize-. For instance:
#site-header a img {width: 200px}
Enjoy blogging!
-
-
- The topic ‘Tonal: Remove space under header and reduce its size’ is closed to new replies.