More space between header and content
-
Hello,
Is it possible to create more space between my header/menu and the content underneath. I’m working with the Spun theme.
The blog I need help with is: (visible only to logged in users)
-
Hi, you can add more bottom margin to header in your CSS. Right now you have a single margin declaration which puts 20px on all sides of it. You can do this to separate that out so that you can add more to the bottom:
header { margin: 20px 20px 70px 20px; } -
-
- The topic ‘More space between header and content’ is closed to new replies.