Align Menu to the right

Hej Beavers

I cannot figure out how to align the menu to the right side of my web. You can see the picture


I added this CSS code:
“.fl-module-menu .sub-menu {
text-align: left;
}”

but doesn’t work.
Can somebody help her?
thank you.
Have a nice day.

Oscar

What is the URL to your website?

Hi Jamie

Here you have the web: https://direktoruniverset.dk/

thanks

Cheers,
Oscar

Hi Jamie, Did you read my last mail?
I really need help to solve this issue.
Thanks
Cheers,
Oscar

Hi Oscar,

Try this:

.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
    margin-right: 40px;
}
1 Like

Thanks Craiger522

Works perfectly :pray: :ok_hand:
Cheers.
Oscar