Hi all,
I am noticing an issue with my collection pages description. The description text isn’t going all the way across the page. Only part of the way.
Here is an example of what I mean
https://ppfmerch.com/collections/sweatshirt-collection
Any idea of what is causing this?
Thank you in advance 
Hello @Justin34
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.collection-hero .collection-hero__title+.collection-hero__description{
max-width: 100% !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like