I solved all my problems with logo and menu but now I realize that the menu and submenu have a big space between. I dont know how repair it. I changed sub menu heigh/width and nothing.
I need help, please.
Apart is there an option to make shorter the space between menu and the first element of the page? In my case a photo, and there is a lot of white space between.
so the Sub Menus sit below the site navigation, hence the white space is bigger as the navigation lineheight is taller. Try this CSS to push the sub menus up:
@media (min-width: 769px) {
.main-navigation ul ul {
margin-top: -1.5em;
}
}
I used the css code but it didnt work. I changed the logo and it looks better, thanks. But I thought I could control this space with some internal function inside Generate Press.