Shape 5

Joomla Templates => Helion - Club => : altonf August 15, 2016, 11:12:12 PM



: iPad the menu disappears
: altonf August 15, 2016, 11:12:12 PM
Mike,

Using the main menu in the main_menu position, effect is slide and fade, and I have Onclick For Tablets on. When adjusting a browser to a smaller width and on the iPad the menu disappears, keep decreasing the width and the mini menu does show. Joomla 3.6.2 if it matters. Any help? http://paulleeracing.com


As Always Thanks


: Re: iPad the menu disappears
: altonf August 16, 2016, 12:14:33 AM
Ok I got it to work by setting the trigger width to 1200. Don't think that should be right? Also in now leaves a large gap between the logo and the top menu bar.

Thanks again


: Re: iPad the menu disappears
: mikek August 16, 2016, 06:46:47 PM
Hello,

You can set the width to any size you want, but I don't see why you would need to go as high as 1200. 1000 might work fine, and that is pretty typical.

You need the following css in custom.css for the spacer issue:

@media screen and (max-width: 1000px){
#s5_menu_spacer {
display:none;
}
}


: Re: iPad the menu disappears
: altonf August 16, 2016, 11:18:19 PM
Perfect thanks