How To Center The Menu? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Center The Menu?

Artur

Artur

Template 2 years ago

Can I ask for help? I want to center the menu in the template shaper_stellar

https://sos.iworis.smarthost.pl/relacje-rodzinne/marudna-zona

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #131399

Hi there!

Thanks for contacting us.

Here is the code snippet you may try to put into your custom.css file:

#sp-menu > .sp-column, #sp-menu .sp-megamenu-wrapper {
    display: flex;
    justify-content: center !important;
}

Here is the related documentation:

https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-change-the-position-of-the-menu

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

Hope this helps!

Best Regards

0