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

Off Canvas Menu Helix

ID

Isabelle Dionisius

Helix Framework 3 years ago

Hi community,

I have 2 questions regarding my off canvas menu when the page comes to a smaller size.

  1. How can I extend the width in the off canvas dropdown? I am currently experiencing issues because e.g. under '"Schulformen" the arrow to the right isn't displayed properly but moves over to the left. Or maybe there might be a better way like using more lines.

Thank you so much for your help.

Best, Isabelle

0
3 Answers
ID
Isabelle Dionisius
Accepted Answer
3 years ago #53809

Thanks. That was not what I was looking for. But I found it.

.offcanvas-menu .offcanvas-inner {

padding-right: 30px; }

Thanks, Isabelle

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #53775

Hello Isabelle Dionisius

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.offcanvas-menu {
    width: 360px;
}

Also, remove your credentials. This forum post is publicly accessible.

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #53860

Yes, this would also work. Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

0