Re: Need to center align the logo and announcement bar content

Need to center align the logo and announcement bar content

Mukuldm
Shopify Partner
36 0 4

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

 

Mukuldm_0-1702448094199.png

 

Replies 8 (8)

xtrend
Explorer
70 25 8

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>

Screenshot 2023-12-13 at 11-22-47 Through The Lens Shop.png

Mukuldm
Shopify Partner
36 0 4

Notification bar code is working but logo is not going in center with this code.

Team_OSC
Shopify Partner
157 18 23

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

Mukuldm
Shopify Partner
36 0 4

Yes, need to set logo in the middle and navigation menu in left side.

Using volia theme

Team_OSC
Shopify Partner
157 18 23

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

Mukuldm
Shopify Partner
36 0 4

logo middle options is not available. I have checked

Team_OSC
Shopify Partner
157 18 23

Then you need coding to set logo middle and navigation left.

PageFly-Richard
Shopify Partner
4852 1091 1763

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>

PageFlyRichard_0-1702450693960.png

 

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.