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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
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
thanks for quick details, can you try this code
- Go to Online Store->Theme->Edit code
- 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
its my pleasure to help is
Hi
I couldn’t get this to work?