Beyond Theme - Width of Collection Description

Hello, I have a small problem with the width of the description text.

How can I increase the width of the collection description?

thank you.

@Rapante - please share collection page link, needs css

hello. the page is not yet online, here is a screenshot.

@Rapante - can you please share preview link then? code needs to be checked to provide the solution

yes. thank you.

https://she-her.de/collections/angie

you see, the green example image and the text seem to have a fixed container.

@Rapante - actually it is a header hence width is limited, add this css to the very end of your theme–async.css file and check, change number as per the need

.collection--header--heading {max-width: 1200px;}
1 Like

thank you very much! great!!