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.
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
@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;}
thank you very much! great!!