Shape 5

Joomla Templates => Attractions - Club => : blqblq December 23, 2017, 01:58:45 PM



: Broken mobile menu
: blqblq December 23, 2017, 01:58:45 PM
Hi guys.

Any idea how to get rid of the default menu from the mobile version? Since I'm using the "Overlay Style", there's a problem in the mobile version - the menu is still there and it's broken, while it was hidden when I was with the "Standard Flex".

You can check it at https://adopto.net/

Thanks and wish you happy holidays.


: Re: Broken mobile menu
: jonahh December 26, 2017, 12:19:36 PM
Hello

Just add the following to your custom.css file and change the 750 to whatever pixel width you have the mobile menu show at:


:
@media screen and (max-width: 750px){

#s5_overlay_menu_open {display:none;}

}


: Re: Broken mobile menu
: blqblq December 27, 2017, 03:14:12 AM
Thanks a lot!