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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025