Archived topic
White spacer between menu and header
3 replies · Started by Hazel on February 15, 2017
Hi There
I am working on http://www.businessdynamics.biz/ and have been asked to put a thin white spacer between the header content and the primary navigation. I created a spacer image but when I load it into the After Header Content hook I see there is padding between the logo and the menu. How would I set the header height to be exactly the same as the logo? Or is the better way of achieving the effect the client wants?
Thank you
Allan
Hi Allan,
Like separating the header and the navigation? Try this CSS:
.main-navigation {
margin-top: 10px;
}
Let me know if this is what you wanted.
Hi Leo, That's perfect, thanks.
Allan
You're welcome :)