How to move the title/text up a bit, closer to the menu bar
-
I’m having an issue where the title of page (“home” for example) begins too far down on the page for my liking, and I find the gap between the menu and the title/text of the page to too large. Is there a way to move the title and the text up a bit?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and then adjust the 100px value as desired.
.site-content { margin-top: 100px; }
- The topic ‘How to move the title/text up a bit, closer to the menu bar’ is closed to new replies.