Helix3 Update To 3.0.0 Broke Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix3 Update To 3.0.0 Broke Menu

TK

Thomas Kutter

Helix Framework 3 years ago

Hi there,

after the update, the menu in the mobile view has shifted. And that's on every other side with Helix 3 too.

https://prnt.sc/22t3gdd

Best regards Thomas

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #47318

Hi there!

Sorry for the inconvenience.

Are you talking about Helix3 Version 3.0.1?

If you have tried this latest version already, then you can use the following code in your custom CSS for now:

#offcanvas-toggler {
    margin-top: -90px;
}
div#sp-logo {
    width: 80%;
}
#sp-header .logo {
    height: 90px;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0