How can I make a collection description full width in the Dawn theme?

Theme: Dawn

URL: medcanuniversity.com

I’d like to make the following collection description full width, or at least wider: https://medcanuniversity.com/collections/services

What do I need to enter in the custom code? Thanks!

You can make it wider by adding this CSS code at the bottom of base.css file of your theme

.collection-hero__description { width: 100% !important; }

1 Like

I did that, added it at the very bottom but nothing has changed unfortunately.

Hi, my mistake. Please update code to this

.collection-hero__description { max-width: 100% !important; }
1 Like

Awesome, this worked! Thanks Dan!

thanks

1 Like

Could you share your store URL?