How Can I Center The Burger Icon? - Question | JoomShaper

How Can I Center The Burger Icon?

ginomarketing

ginomarketing

Template 1 week ago

Hi

I would like to put the burger icon in the middle. How can I do this with CSS. I've tried various options without success...

Template: shaper_helixultimate

thanks in advance Renato

[https://www.emmental-elektro.ch/]

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #154904

Hi Renato,

Use this Custom CSS:

#sp-menu > .sp-column {
  text-align: center; margin: 0 auto; width: 36px; }

https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

0