Shopify themes, liquid, logos, and UX
Hi so i have tried a few options as normal after looking on Dr Google 😁 but no joy and wonder if anyone can help please
2 things im trying to do
1 im trying move the header bottom items (shop men, shop women etc ) to the middle not left aligned - does not appear to be an option within the charge theme i have
2 put thin borderline underneath like the one above it
its the charge theme - url is https://kitout-fitness.co.uk/. and image below thankyou
Solved! Go to the solution
This is an accepted solution.
Hi @Shane_h
Try this one.
nav.header__inline-menu ul.list-menu {
justify-content: center !important;
}
nav.header__inline-menu ul.list-menu:after {
content: '';
width: 100%;
height: 1px;
background: var(--color-foreground-10);
margin-bottom: -.7rem;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Shane_h
Try this one.
nav.header__inline-menu ul.list-menu {
justify-content: center !important;
}
nav.header__inline-menu ul.list-menu:after {
content: '';
width: 100%;
height: 1px;
background: var(--color-foreground-10);
margin-bottom: -.7rem;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thankyou very much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025