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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024