Off-canvas Menu Not Coming Properly - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off-canvas Menu Not Coming Properly

PS

pramod sahu

Helix Framework 3 years ago

https://www.monarchsignature.org/

In this site I have used resort template. After updating helix3 latest version, the off canvas menu in mobile is coming properly.

Logo & menu are not coming in header part.

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #62991

Hello

Thank you for your query.

Please add the following css rule in custom css section

#sp-header > .container > .row {
    display: flex;
}
#sp-menu {
    flex: auto;
}
0
PS
pramod sahu
Accepted Answer
3 years ago #62996

Thanks a lot.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #63002

You are always welcome :)

0