How can I widen the text for a collection description in the Prestige app?

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 ?

https://fcpd7cebc741e2i1-9884467258.shopifypreview.com

Page needing help:

go to SHOP > QUICK SHIP

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

2 Likes

Hi @Ameliajo

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