Changing text width on a collections page

How do I make the text full-width on a collections page? I am using the Colorblock theme.
https://openstudioshop.ca/collections/sally-ayre

Thank you!

Hi @BydlowskaL

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->component-collection-hero.css->paste below code at the bottom of the file

.collection-hero__title+.collection-hero__description {
    max-width: fit-content; 
}

Hope my answer will help you.

1 Like

That works, thank you!