Sparkling Update Dropdown Issues

Hi @movin
I just updated a site to 2.3.5 and I seem to be having issues with the dropdown menu. When the screen size is small (768px to 991px) the dropdown menu doesn’t display.

@movin the site is ofpanthers.com

hey there

Hope you are having a good day and thank you for your question :slight_smile: Please add this CSS in appearance - customize - additional CSS


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

Thanks!
Colorlib Support Team

I wish it was that simple. If I do that, then the dropdown menu will always be open.

@packerlandwebsites Sorry for the delay here.

Are you still facing the issue?