Align Menu Right - Question | JoomShaper

Align Menu Right

O

OHL

Template 2 weeks ago

I want my menu to align to the right

I looked at https://www.joomshaper.com/documentation/helix-framework/customization-tips and added the follewing code to the custom CSS (in template settings) but with no effect.

sp-menu > .sp-column,

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

0
2 Answers
Pavel
Pavel
Accepted Answer
2 weeks ago #154143

Hi.

If we are talking about this website bscn-develop.nl, try such a code

#sp-menu {
    margin-left: auto;
}
#menu-right {
    margin-left: 30px !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #154148

Hi

Thanks for contacting us. You can follow Pavel's instructions. It may help you.

-Regards.

0