Need Help To jusify in Collection Page

Topic summary

A user needed help justifying text alignment on a Shopify collection page for their website (oscarliving.co.id) using the Empire 11.1.3 theme.

Solution Provided:

  • Add custom CSS code to Theme settings > Customize > Theme settings > Custom CSS
  • Code snippet: .collection--description { max-width: 100% !important; }

Outcome:

  • The solution was successfully implemented and resolved the issue
  • The user confirmed it works perfectly

Note: Screenshots were included showing the desired layout and where to add the CSS code.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi everyone

I need help

How can I do Justify on a Collection page

Like sample in the bottom

website : www.oscarliving.co.id

Theme : Empire 11.1.3

Hi @OLIV1

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.

.collection--description { max-width: 100% !important; }

Hi Ryviu

Thank you so much for your help. it works perfectly