Now that I was able to enlarge my site logo with the inline menu option (thanks Vlad!), is there a v-align attribute I can add to get the menu items to display center-line within the overall menu space?
Thanks in advance…
Now that I was able to enlarge my site logo with the inline menu option (thanks Vlad!), is there a v-align attribute I can add to get the menu items to display center-line within the overall menu space?
Thanks in advance…
Hi,
you can set the margin for your top menu. Here is the css code:
nav#mainnav {
margin-top: 30px;
}