Center Menu In An Individual Header - Question | JoomShaper

Center Menu In An Individual Header

TH

Thomas Hillekamp

Helix Framework 1 year ago

Hello, I individualized my header in an helix ultimate Template and the menu is aligned on the right now. I have seen already some solutions in the forum but they did not work for me. I would like to have my menu centered. Could you find a CSS which would work, please? Thank you.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #105985

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS:

#sp-menu>.sp-column {
    justify-content: center !important;
}

Hopefully, this will serve your purpose!

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
TH
Thomas Hillekamp
Accepted Answer
1 year ago #106017

Perfect, it worked. Thank you very much !

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #117803

You're always welcome:)

0