Centered Menu Burger - Question | JoomShaper

Centered Menu Burger

W

Webmediacontent

Helix Framework 3 months ago

Hello

I would like to center the menu burger at Helix Ultimate. is there a possibility?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #145781

Hi,

do you want to center [=] icon? If yes, only via Custom CSS - please use your CSS skills for that task.

Focus on that ID name:

#offcanvas-toggler { }

0
W
Webmediacontent
Accepted Answer
3 months ago #145791

ok it works with the following code in the css

body.ltr #offcanvas-toggler.offcanvas-toggler-right { float: right; margin-left: 50%; }

0