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

Off-Canvas Menü

I

Imservan

SP Page Builder 3 weeks ago

Hello, where can I make the off-canvas menu 20 pixels wider? In the Nestfund template.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208749

Hi,

do you mean that lines in [=] will be wider? Possible only via Custom CSS.

In Helix Ultimate (by default) they have 25px of width, so you make them +20px longer, by using:

#sp-menu .burger-icon {width: 45px;}

0
I
Imservan
Accepted Answer
3 weeks ago #208751

No, I mean when you open the menu on your mobile phone, I'm still about 20 pixels short in width for a menu item to be displayed completely. One letter is still missing. Best regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208757

I have to see URL to tell more, now I had to guess!

If your site is on localhost only, please make a screenshot, add arrows, and share link to that image.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208762

Try that

.offcanvas-menu {width: 330px; }

by default was 300px

0