How can I widen the description text on Dawn theme collection pages?

Can someone tell me how to widen the description text at the top of the collection pages in the theme Dawn? It stops half why into the page and I need it to go wider, just like the lower metafield text that I added like on this page on the bottom half:

1 Like

@JeanetteQuillen

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, thank you for your help. My URL is https://claribelskincare.com.

1 Like

@JeanetteQuillen

thanks for quick details, can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-collection-hero.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.collection-hero__description {
    max-width: 100%;
}
}
2 Likes

It worked! Thank you so much!!

1 Like

@JeanetteQuillen

its my pleasure to help is

Hi

I couldn’t get this to work?