How do I make the text of the announcement bar full width in Dawn theme?

Solved

How do I make the text of the announcement bar full width in Dawn theme?

SweatFree
Shopify Partner
74 0 18

The website is: www.sweatfree.co

The password is: sweatfree123

 

The text in the middle of the announcement bar (red colour) is going to the second line even though there is still space on the sides of the text still left. How do we make the text of the announcement bar become wider, so we keep the text in a single line?

 

Thank you!

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Accepted Solution (1)

suyash1
Shopify Partner
10979 1358 1735

This is an accepted solution.

@SweatFree - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (min-width: 990px) {
 .announcement-bar-section .utility-bar__grid--3-col {grid-template-columns: 2fr 6fr 2fr;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
10979 1358 1735

This is an accepted solution.

@SweatFree - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (min-width: 990px) {
 .announcement-bar-section .utility-bar__grid--3-col {grid-template-columns: 2fr 6fr 2fr;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
SweatFree
Shopify Partner
74 0 18

Thank you @suyash1 for the speedy response & resolution! I appreciate it 🙂

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
suyash1
Shopify Partner
10979 1358 1735

@SweatFree - welcome

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.