Submenue is moved in Safari on Ipad

3 replies · opened May 26, 2021

OovetterMay 26, 2021

Hallo,
with safari browser the submenue will not displayed correctly.

attachment
and

attachment

The submenues "Pauschal" and "Aktivitäten" are moved left. Normal is center.
Is there a solution ?

SSemicolon WebSTAFFMay 26, 2021

Hello,

We have checked this out on iPad Pro and appears to be working fine for us. However, consider finding the following line of code in the js/functions.js File:
[ch_pre type="js"]let submenus = subMenuEl || $( '.mega-menu-content, .sub-menu-container, .top-links-section' );[/ch_pre]

and replace it with:
[ch_pre type="js"]let submenus = subMenuEl || $( '.mega-menu-small > .mega-menu-content, .sub-menu-container, .top-links-section' );[/ch_pre]

And check if this fixes your issue. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

OovetterMay 26, 2021

looks ok

SSemicolon WebSTAFFMay 26, 2021

Hello,

Glad the issue was resolved.

Do let us know if you are still facing any further issues with this.

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