Solved

Right align main menu Debut Theme

julhobart
Tourist
10 0 3

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

Like this:

julhobart_0-1634052866301.png

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!!

 

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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

Thank You.

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

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

Kinjaldavra
Shopify Partner
2302 570 1422

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.

julhobart
Tourist
10 0 3
julhobart
Tourist
10 0 3

any updates on this?

Kinjaldavra
Shopify Partner
2302 570 1422

hello @julhobart 

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

 

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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

Thank You.

julhobart
Tourist
10 0 3

That worked, thanks!