Archived topic
Header Navigation Spacing
5 replies · Started by Marius on March 22, 2021
Hello,
on a dev site (not public) I have a header and below the header the main menue. How to make some space between?
Hi there,
you can try some CSS:
.site-header {
margin-bottom: 40px;
}
Thanks, that works. Would it not be nice, if we can do this in the cutomizer?
It gets complicated - as there are several permutations for the Site Header / Navigation layout which adds many options/conditions to the customizer ... as opposed to a line of CSS :)
Glad to be of help.
Okay, but you have to know this line of css. In the customizer, you can make changes whiteout knowing css.
But I understand, if this would be easy, then suc an option would be there.
Yeah it would be nice if we could add all these types of features in the customizer - the problem is there are sooo many and the more we add the more it will affect performance... always here and happy to help with any of these kinda things though :)