How to adjust Dawn theme collections banner to full width?

How do I make the collections banner section in the dawn theme full width? It seems to cut off the text about half way across the products down below. Id like the text to extend the full width of the screen.

https://potenzaexotics.com/collections/hedgehogs

@Ben4321

oh sorry but in can’t see any banner

Hi @Ben4321 , if you’re talking about this section:

Go to edit code > sections > main-collection-product-grid.liquid, and find this element:


Replace it with:


And if you’re talking about this one:

In order to get this result:

Go to edit code > assets > component-collection-hero.css and find this element:

.collection-hero__description {
    max-width: 66.67%;
}

Replace it with:

.collection-hero__description {
    max-width: 100%;
}

Thanks, I’ll give it a shot!

Thanks, this works