Shopify themes, liquid, logos, and UX
Hi all,
I'm using the Dawn theme, and have enabled social media links in the announcement bar section of my header block. I'd like them to be centered as I don't plan on having any actual announcements in that space.
I haven't touched the code with specific regards to this. I've attached a screenshot showing the current location of the icons, and where I'd like them to be within the black bar.
My shop is live, the url is Edgelord.shop.
Thank you in advance for any help you can give.
Solved! Go to the solution
This is an accepted solution.
TRy this one.
@media screen and (min-width: 990px) {
.utility-bar__grid--2-col {
display:flex !important;
}
.utility-bar__grid .list-social {
justify-content: center;
width: 100%;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
@media screen and (min-width: 990px) {
.utility-bar__grid {display: flex !important; justify-content: center !important;}
}
Thank you so much!
This is an accepted solution.
TRy this one.
@media screen and (min-width: 990px) {
.utility-bar__grid--2-col {
display:flex !important;
}
.utility-bar__grid .list-social {
justify-content: center;
width: 100%;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Perfect, thank you!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025