Hi there,
I’m trying to get the phone number to align to the right (in line with menu items) but I’m having trouble finding the right code. Can anyone please help me?
password: fbc
A user needed help aligning a phone number and icon to the right side of the announcement bar in their Dawn theme Shopify store, specifically wanting it to align with the menu items.
Initial Solutions Offered:
grid-area: language-currency propertyFinal Resolution:
Hi there,
I’m trying to get the phone number to align to the right (in line with menu items) but I’m having trouble finding the right code. Can anyone please help me?
password: fbc
Hi @INFRA
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.announcement-bar {
grid-area: language-currency !important;
}
Hi @INFRA ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks
thanks! this does move it to the right, but not in line with the last menu item. Is is possible to move it even further?
that worked perfectly, thank you!
You are very welcome!