Technical Info - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Technical Info

E

Elek Dávid

Helix Framework 3 years ago

I need help: How do I put the off-canvas menu in front of the logo? https://szakemberkereso.megoldasok.eu/

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

Hello

Thank you for your query.

If you want place the off-canvas menu in front of the logo, please add the following css rule in custom css section

#sp-logo .sp-column {
    display: inline-flex;
    flex-direction: row-reverse;
}

Path towards custom CSS: From Menu: Extensions -> Templates -> Styles. Then click on your default template and then click on "Template Options" button. Then find custom CSS within the custom code.

0
E
Elek Dávid
Accepted Answer
3 years ago #47851

Thanks! Quick response and works perfectly!

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

You are most welcome. I am glad I could help you :)

If there is no other issue, kindly accept the most useful answer in order to resolve and close the post.

0