Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1321196

    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.

    #1321468

    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

    #1321482

    Thank you Mike. It works !
    Regards

    #1321499

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Keep Toggle menu Open’ is closed to new replies.