Shopify themes, liquid, logos, and UX
Hey Shopify community,
Currently using the 'Pipeline' theme and want to align my announcement bar to the right so it matches the main header.
Screenshot attached.
Thank you
Solved! Go to the solution
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
header .header__inner .theme__header__toolbar {
justify-content: end !important;
}
</style>
If my solution works, then please like and accept it as a solution.
@TheMoment Please provide website URL.
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
header .header__inner .theme__header__toolbar {
justify-content: end !important;
}
</style>
If my solution works, then please like and accept it as a solution.
Thank you so much 🙂
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn 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, 2025