Menu Alignment Right Not Working - Question | JoomShaper

Menu Alignment Right Not Working

O

OHL

Template 1 year ago

I use the Helix Ultimate template. I want my main menu to be aligned right instead of left. I checked https://www.joomshaper.com/documentation/helix-framework/customization-tips and added the following code to the custom CSS of the template:

sp-menu > .sp-column,

sp-menu .sp-megamenu-wrapper { justify-content: flex-end !important;}

This does not do anything in my case. What is going wrong?

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #160844

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

#menu-right {
    margin-left: 0 !important;
}
#sp-menu {
    margin-left: auto;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this helps!

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #161073

Thanks for accepting the answer and have a nice day:)

0