• I had this drop down working until recently and all of a sudden the drop down menu is going up on my site. For example, when you go to Sculpture, there are 5 sub menu items you can go to. I am using this theme called Clean Fotographie or something like that, and I am also using Slider Revolution. Does Slider Revolution need to be updated? It says it costs 29.

    I tried this code in the Customize CSS after finding the same issue in another forum. It seemed to fix that person’s site but not mine.
    hgroup.large li {
    margin-top: 0 !important;
    }
    But it did not work.
    Could you please let me know how I can fix this issue for my site?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, yukoyoda, try adding this CSS in the customizer, additional CSS section:

    @media screen and (min-width: 72em)
    {
        header .site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation ul ul {
            bottom: initial;
            top: unset;
        }
    }
    
    Thread Starter yukoyoda

    (@yukoyoda)

    It worked!!! Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My menu sub items go up instead of drop down.’ is closed to new replies.