Hello sir,
I have created a Fullwidth Sub Menu on the Home. Now I would like to keep or maintain the Toggle menu open without any click nor hovering.
Please look at the screen captures and help.
Hey thomasgafo,
Thank you for your patience and the link to your site and screenshot, this can be done with this css code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (max-width: 767px) {
#wrap_all > #main > .sticky_placeholder {
height: 0!important;
}
.responsive #top #sub_menu1.av-switch-768 .av-menu-mobile-active .av-subnav-menu {
display: block;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike. It works !
Regards
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike