Shopify themes, liquid, logos, and UX
Need to center align the logo and announcement bar content in the header. Please suggest the solution.
URL- https://through-the-lens-shop.myshopify.com/
Password- 112233
you can add it in separate file or theme css file
<style>
.logo {
text-align: center;
}
.header-col .notification-entry li {
width: 100%;
text-align: center;
}
</style>
or another way you just have
<style>
.logo {
text-align: center;
}
.notification-entry {
justify-content: center !important;
}
</style>
Notification bar code is working but logo is not going in center with this code.
Hi @Mukuldm
Do you want to set logo in the middle and navigation menu in left side?
If yes, can you tell me which theme you are using?
This will help me to solve your problem.
Best Regards
Team_OSC
Yes, need to set logo in the middle and navigation menu in left side.
Using volia theme
I assume that in the header section, there is layout option given to set logo middle and navigation in left.
Please check.
I don't think you need code for this.
Or you can give me theme copy to check.
Best Regards
Team_OSC
logo middle options is not available. I have checked
Then you need coding to set logo middle and navigation left.
Hi @Mukuldm
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.top-notification-bar ul.notification-entry {
justify-content: center;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024