Change text width on collections page, for Prestige theme

Hey everyone.

I have moved the collection description to the botton of the page, with the following code:

Now I need to increase the width of the below section on my collections page, so it gets less lines:

Collection link is:

https://chillibeansaustralia.com/collections/square-sunglasses

Thanks so much for your help in advance :slightly_smiling_face:

1 Like

@edumelo84 ,

Please share the Page URL.

@edumelo84

Kindly Share your Store Url,
So that i can help you.
thank you

@oscprofessional :

https://chillibeansaustralia.com/collections/square-sunglasses

1 Like

@Mr_RaviRaj

https://chillibeansaustralia.com/collections/square-sunglasses

1 Like

@edumelo84 ,

.SectionHeader__Description {
    max-width: 80% !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

@edumelo84

div#shopify-section-template--15551627264154__main.SectionHeader__Description {
    max-width: 80% !important;
}

Add this code in theme.scss or theme.css file.

1 Like