[Resolved] Reposition drop down menu list

Home Forums Support [Resolved] Reposition drop down menu list

Home Forums Support Reposition drop down menu list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #745652
    Ian

    Hi, I’m working on a site behind a secure/staging area so I can’t share the url, however I’ve attached a screenshot of what I’m trying to accomplish.

    I basically want to move the list that drops down on hover so it is more inline with the parent menu above it. At the moment is sorts of floats out there but does not look connected to the parent menu.

    Pls see this screenshot, https://www.dropbox.com/s/h26ebqkg2z5ieur/reposition-drop-down-menu-list.png?dl=0

    #745653
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (min-width: 769px) {
        .main-navigation ul ul {
            margin-top: -20px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    If this doesn’t work then can we revisit the issue when we can look at it live?

    #745659
    Ian

    Awesome! Thanks Leo.

    #745734
    Leo
    Staff
    Customer Support

    No problem 🙂

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