How can I right align the main menu on the Debut Theme?

Hi! I’m trying to right align the main menu on desktop.

Like this:

I can see other people have asked this but the code provided doesn’t work for my site. I’m using the debut theme. Can someone please tell me what code I need and where to put it? Thanks so much!!

Hii, @julhobart
Kindly share your store URL so,
I can solve your problem.
Thank You.

hello @julhobart

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Here’s the URL

https://lckt1qcjxtkpj0wx-58788085959.shopifypreview.com/

Thanks!!

any updates on this?

hello @julhobart

do you want to look like this https://nimb.ws/OF4MV8

hii, @julhobart
Paste this code on top of the theme.scss file.

nav#AccessibleNav {
    position: relative !important;
    left: 175px !important;
}

Thank You.

That worked, thanks!