How do I decrease the white space between the menu and the body?
-
I’m using the theme “Write” by Themehaus and I’d like to decrease the white space that’s between the menu and the body of the homepage. It’s a one page site.
Here it is:
I have hidden the title of the page with the plugin “Toggle the Title”, and it did also get rid of the space that the page title uses. But there was still too much white space.
So I did more research and added this custom CSS:
#access { margin-bottom: 0; } #main, .entry-content, .entry-summary, .singular.page .hentry { padding: 0; } .page .entry-title { display:none; }
That helped, but I still want to decrease the amount of white space between menu and body even more. How do I do that?
Also, how do I decrease the white space between the menu and the header?
And how do I add a horizontal line above and below the menu?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How do I decrease the white space between the menu and the body?’ is closed to new replies.