Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857389

    tucker_m
    Participant

    How can I lower the drop down menu on my site a little bit? When I hover over the drop down, the drop down sits too high and is overlapping the nav items a little bit. I’m sure it has to do with some sort of padding with my nav bar but I can’t seem to figure it out.

    #857390

    tucker_m
    Participant
    This reply has been marked as private.
    #857911

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .x-navbar .desktop .x-nav > li ul {
        top: 45px;
    }

    Hope that helps. 🙂