How can I widen the text width in Prestige theme collections?

I am trying to make the collection list (content) text a wider width.

Can someone please help!

1 Like

Hello, @WhiteDesert

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

Hey @WhiteDesert

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello There,

Please share your store URL and password.

So that I will check and let you know the exact solution here.

https://white-desert-boutique.myshopify.com/

P/w: WolfsFang

Is this alright?

@WhiteDesert

Please go to Online store → themes → Edit theme → Assets → theme.css and paste this code at the end of this file

.shopify-section--collection-list .section-header {
    max-width: 1140px;
}

Thank you so much!!