How to edit the info text under collection in Prestige theme

Solved

How to edit the info text under collection in Prestige theme

NicolinaZ
Excursionist
15 0 3

We would like some help on our Collection pages on our site: https://www.ektahelsinki.fi/collections/wool-sweaters-women. At the moment the info text under the heading "Women Sweaters" is centered with really large margins on both sides which makes the text take up a lot of rows  and space before the actual products appear. We would like the text to be wider so that it doesn´t take up as much space. I guess it´s pretty simple but can´t find the solution anywhere. Hopefully someone can help. 

 

Thanks in advance! 

 

Best regards, 

Nicolina

Accepted Solutions (2)

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @NicolinaZ ,

 

This is Henry at PageFly - Shopify Advanced Page Builder app.

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>

 

PageFlyHenry_0-1684831078664.png

 

PageFlyHenry_1-1684831078667.png

<style>
.SectionHeader__Description.Rte {
max-width: 100%;
}
</style>

 

Hope this answer helps.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.SectionHeader__Description {
    max-width: 1200px;
}

put this in your theme.css

banned

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @NicolinaZ ,

 

This is Henry at PageFly - Shopify Advanced Page Builder app.

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>

 

PageFlyHenry_0-1684831078664.png

 

PageFlyHenry_1-1684831078667.png

<style>
.SectionHeader__Description.Rte {
max-width: 100%;
}
</style>

 

Hope this answer helps.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.SectionHeader__Description {
    max-width: 1200px;
}

put this in your theme.css

banned
NicolinaZ
Excursionist
15 0 3

Huge thank you! Works great 🙂 

blauberg
Visitor
1 0 0

We would be interested to do the same - edit the seo/info text on the collection site.

Did you do it on your own or did you ask an agency or an expert? We just vistited you shop ( so beautiful) but we found the text on the collection site at the top. Did you change it back to the top because this solution was better? Thank you for your help, we would love to solve the problem too and we are a bit lost.