Reduce space around site title in Reddle
-
How can I reduce the space above the site title, between the tagline and custom menu and between the custom menu and content in Reddle?
The top is a little to airy for my taste…
Lee
The blog I need help with is: (visible only to logged in users)
-
Hi Lee
Select Customize, then open CSS.
Add the following line of CSS code.
#masthead > .site-branding { padding-top: 2em; padding-bottom: .5em; }You can change the values to get the padding of the header to display exactly the way you want.
Let me know if this works out for you.
-
To change the padding between the custom menu and the content add.
#access { margin-bottom: 1.5em; } #main { padding-top: .5em; } -
Fantastic! Thanks a million and it’s great to know I have CSS experts on speed dial.
Lee
-
- The topic ‘Reduce space around site title in Reddle’ is closed to new replies.