Does anyone know how to increase the width of the text for a collection description for the Prestige app?
Could you share the link of your shop where we can see the problem ?
hello, Ameliajo
go to online store > themes > actions > edit code, add the following code at the end of the theme.css file:
.SectionHeader__Description {
max-width: 100%;
}
this will make the text take the whole space available, but if you want to set a specific size, just replace 100% with a value, 600px for example
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> theme.css paste the below code at the bottom of the file.
#shopify-section-template–14338791702586__main .SectionHeader__Description.Rte{
max-width:100% !important;
width:100% !important
}
Best Regards;
PageFly
Thanks so much, this did the trick!
you are welcomw, I am glad when can help you

