submenu bug after last update

Hello!

I found a bugs after updating Activello to the last version:

on my iPad (always) and on PC, Chrome browser (on certain situations, for example screen zoomed in 110%) the submenu doesn’t work anymore and is always displayed as in the attached screenshot.

url: www.italianvagabond.com

Thank you for the help!
Joe

Hi Joe,

I hope you are well today and thanks for posting here.

I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

The issue will be fixed ASAP.

In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page ul.dropdown-menu {
    display: none;
}
#page li:hover>ul.dropdown-menu {
    display: block;
}
@media (min-width: 767px){
#page ul.dropdown-menu {
    position: absolute;
    min-width: 160px;
    border: 1px solid rgba(0,0,0,.15) !important;
    padding-bottom: 0 !important;
}
.dropdown-menu> li> a {
    padding: 10px 15px !Important;
    border-bottom: 1px solid #eeeeee;
}
}

Best Regards,
Movin

Thank you so much for the super fast reply! very much appreciated.
look forward for the next update and thanks for the code

Joe

You are most welcome here :slight_smile:

hello, just a quick update: the bug I found is still there after the 1.2.3 update.
regards
Joe

It is fixed in the theme version uploaded on github here https://github.com/puikinsh/Activello and will reviewed and made live on wp.org soon.

awesome, thanks for the great help!
Joe

You are always welcome here :slight_smile: