Help with Collection Page Description - Spotlight theme

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 :slightly_smiling_face:

Hello @Justin34

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. 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

It worked. Thank you :slightly_smiling_face:

1 Like