[Resolved] Submenu have a big space between Menu and Submenu

Home Forums Support [Resolved] Submenu have a big space between Menu and Submenu

Home Forums Support Submenu have a big space between Menu and Submenu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782225
    Fibercom

    Hi again

    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.

    THANKS!

    #782427
    David
    Staff
    Customer Support

    Hi there,

    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;
        }
    }
    #782441
    Fibercom

    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.

    Thanks!

    #782608
    David
    Staff
    Customer Support

    Hmmm, should of worked, but glad you fixed the issue.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.