Problems With Menu On Safari Browser - Question | JoomShaper

Problems With Menu On Safari Browser

FP

Felix Pena-Sommer

Helix Framework 3 years ago

Dear all,

my main menu is displayed on two rows when opening my website with ipad and safari browser. See: https://1drv.ms/u/s!ApP852Q0XLwohMEQSa8692teKiAE7g?e=lJVlaJ When opening page on any other browser on android tablet the "Big Mac"-Menu is displayed correctly. Do you know how I can fix this? The Website is: https://www.moerike-gymnasium.de

Regards, Felix

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #5788

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please follow the instructions.

Add this css code inside the custom.css file.

@media screen and (-webkit-min-device-pixel-ratio:0) {
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
height: 0;
}
}

-Thanks

0
FP
Felix Pena-Sommer
Accepted Answer
3 years ago #5913

Thank you for the css-code. This solved the problem. Best regards Felix

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #5984

You are most welcome. Please close the ticket. Thanks

0