Hello Team,
My store is www.blisskare.com and I am using Narrative theme. When I click on the hamburger menu, the items inside are centrally aligned - could you please make them left aligned?
Hello Team,
My store is www.blisskare.com and I am using Narrative theme. When I click on the hamburger menu, the items inside are centrally aligned - could you please make them left aligned?
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
.navigation__container .navigation__links {
text-align: left;
}
Thanks for your help. However, this made the menu items far-left aligned. Could you please shift it like below demonstration? I would be really helpful.
Please add this code at the bottom of theme.scss
.navigation__container {
max-width: 980px;
padding: 0 20px;
margin: 0 auto;
}
Thanks a lottttt @Hardik29418 . Combination of those 2 codes gave me the right result. So thankful to you