How To Align Menu To The Right? - Question | JoomShaper

How To Align Menu To The Right?

Igors

Igors

Helix Framework 3 years ago

Hi friends. Can you help me align menu to right? when i use custom header i canot alignt menu to right.

float: right does not work.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8241

Hi there!

You may use the following code in your custom.css file:

#sp-menu .sp-column {
    display: flex;
    justify-content: flex-end;
}

Hope this will serve your purpose!

Best Regards

0