Shopify themes, liquid, logos, and UX
This is an accepted solution.
The value " padding: 0 100px !important;" , just reduce the 100 to something you are comfortable with.
Hey @Miguel3403,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (min-width: 990px) {
.header__inner {
max-width: 100% !important;
}
.header__row.header__row-desktop.lower.three-segment {
padding: 0 100px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thanks it seems to have worked do you also have any idea to now make the icons go the left and right a bit more
This is an accepted solution.
The value " padding: 0 100px !important;" , just reduce the 100 to something you are comfortable with.
Its seems to be mostly working but when i hover above the last two header menus the big margin to the right of the page seems to comeback
Try this,
Just change the 100 value back to whatever you want.
<style>
@media only screen and (min-width: 990px) {
.header__inner {
max-width: 100% !important;
}
.header__row.header__row-desktop.lower.three-segment {
padding: 0 100px !important;
}
.shopify-section.shopify-section-group-header-group.header__outer-wrapper {
overflow-x: clip !important;
}
}
</style>
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025