Helix Ultimate 2.05. Safari Bug With Mega Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2.05. Safari Bug With Mega Menu

W

Woiperdinger

Helix Framework 3 years ago

Hey there!

I'm currently working on a website based on the current Helix Framework.

So in Chrome, Firefox and Edge everything's fine with the Mega Menu

"Startseite / Immobilienfinanzierung / ..."

but in Safari (Mac) the Menu isn't displayed in the header bar, it is completely out of shape UNDER the header bar...

So full disclosure, nothing I've tried out worked so far. Any ideas or suggestions?

Best of regards, Woiperdinger

PS: How can I adress the logo in the Off Canvas Menue? I wanted it with padding top ... px, but it did not work. I had to use a fat top-bar to get a little space between the logo and the X for closing the side menu.

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #57889

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