Shopify themes, liquid, logos, and UX
I'm facing an issue where if you refresh the page you can see the header being on the left side of the screen but I need it to be forced into the middle. Is it possible to make it work like that?
I'm using Ella Theme
Solved! Go to the solution
This is an accepted solution.
Hi @AndreNL,
Please try to to go to Themes -> Edit code, find 'theme.liquid' and insert the below code before </head> tag
<style>
@media (min-width: 1025px) {
.section-header-navigation {
width: 100%;
}
}
</style>
Hope this helps.
This is an accepted solution.
Hi @AndreNL,
Please try to to go to Themes -> Edit code, find 'theme.liquid' and insert the below code before </head> tag
<style>
@media (min-width: 1025px) {
.section-header-navigation {
width: 100%;
}
}
</style>
Hope this helps.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
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