don't want small menu on ipad
-
I would like not to use the accordian style menu when viewed in ipad landscape orientation, but would like to keep it for devices smaller, and probably for ipad in portrait.
I tried going into js/small-menu.js and changed 1000 to 800 in the following places:
if ( $( window ).width() < 1000 ) ... if ( browserWidth < 1000 )
and that briefly had the desired effect, but it instantly changes back to the accordian menu. What else do I need to change?
Thanks for a great theme.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘don't want small menu on ipad’ is closed to new replies.