Submenu Conflict With Main Menu On IPAD

3 replies · opened May 30, 2016

SSemicolon WebSTAFFMay 31, 2016

Hello,

Please find the following code in the onePageScroll: function() Function Block in the js/functions.js File:

if( windowWidth < 768 || $body.hasClass('overlay-menu') )

and replace it with:

if( windowWidth < 1024 || $body.hasClass('overlay-menu') )

This should definitely fix this issue. Let us know if we can help you with anything else or if you find any further issues.

Aather_parvezJun 1, 2016

Thank you, Fixed!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard