How can I align my Flow theme menu to the left?

hi,

I’m using the Flow theme and I would like to align my menu to the left… please help!

1 Like

Hi @wersparrow ,

Kindly share your store url, so that we can check and provide you the solution.

hi tnx!

https://www.getpuredrop.com

@wersparrow Can you please send me store url?

https://www.getpuredrop.com

@wersparrow send me store password.

@wersparrow

Please share your storefront password.

Thanks!

@wersparrow

Can you share your store URL and password.

sept4

password : sept4

password : sept4

@wersparrow

Please add the following CSS code to your Assets/theme.min.css bottom of the file.

.top-links {width: 75% !important;}
.site-header .site-header__wrapper .site-header__wrapper__right .site-nav{text-align:left !important;}

Thanks!

Please add below css code in bottom of assets/theme.min.css file

.site-header .site-header__wrapper .site-header__wrapper__right {
justify-content: flex-start;
}
.top-links {
justify-content: flex-start;
width: 90%;
}

Thank you.