• Hi,

    Since updating the theme our submenus (in our “top menu”) are showing the drop downs by default and wont collapse. I see there are some other users who have mentioned having the same issue.

    Please advise how this can be fixed.

    Thanks.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have this same problem. https://rosendalerealty.com

    I fixed ours by changing some custom css pertaining to .main-navigation.

    Thread Starter Liz_S

    (@liz_s)

    What did you change exactly? I tried changing some css but it didn’t work.

    Thread Starter Liz_S

    (@liz_s)

    OK, I figured it out.

    Changed:

    .main-navigation ul li ul {
    position: absolute;
    top: 30px;
    left: 25px;
    background: none repeat scroll 0 0 rgba(51, 51, 51, 1) !important;
    width: 180px !important;
    }

    to:

    .main-navigation ul li ul {
    position: absolute;
    background: none repeat scroll 0 0 rgba(51, 51, 51, 1) !important;
    width: 180px !important;
    }

    Removed:
    top: 30px;
    left: 25px;

    Hi @liz_s @kentbigdog,

    While checking your sites, everything seems to be working fine. Could you clear your browser’s cache and check once? If the issue still persists, do let us know.

    Thanks.

    Thread Starter Liz_S

    (@liz_s)

    Yes, I said I had fixed it with css. But there obviously a problem with the latest update of the theme. I have another site using the same theme and updated it today and AGAIN the submenus are open by default and wont collapse.

    The css fix I used on the other site does not work on this one, so I will have to roll it back to a previous version of this theme.

    Hi @liz_s,

    Could you contact us via our chat support through ThemeGrill official website?

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sub menu is open by default after theme update’ is closed to new replies.