hi,
I’m using the Flow theme and I would like to align my menu to the left… please help!
hi,
I’m using the Flow theme and I would like to align my menu to the left… please help!
Hi @wersparrow ,
Kindly share your store url, so that we can check and provide you the solution.
hi tnx!
@wersparrow Can you please send me store url?
@wersparrow send me store password.
Can you share your store URL and password.
sept4
password : sept4
password : sept4
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.