Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Please add the following CSS code to your assets/base.css at the bottom of the file.
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-areas: "heading navigation icons";
grid-template-columns: 1fr auto 1fr !important;
column-gap: 2rem;
}
}
Thanks!
Thank you but unfortunately it doesn’t work
I understand the issue you are facing, but that's not really a big deal, it can simply be fixed
Can you tell me how?
Hi @sosober
Check this one.
<style>
@media screen and (min-width: 990px) {
.header-wrapper .header--middle-left {
grid-template-areas: 'heading navigation icons';
grid-template-columns: 1fr auto 1fr !important;
column-gap: 2rem;
}
}
@media screen and (min-width: 768px) {
header.header nav.header__inline-menu {
margin-left: 0rem !important;
}
}
</style>
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025