Origin collection page padding troubleshooting

Topic summary

A user is experiencing uneven padding on their Origin theme collection page, where the right side edge doesn’t match the left side spacing.

Proposed Solution:
A CSS fix was provided to address the alignment issue:

  • Navigate to Shopify > Theme > Customize > Theme settings > Custom CSS
  • Add the code: ul#product-grid { justify-content: space-between !important; }

Current Status:
The issue appears unresolved, as a follow-up indicates the problem persists even after the CSS solution was shared. The discussion remains open with participants checking whether the suggested fix was implemented.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Origin theme collection page right side padding issue I need the same side edge like left

Website: https://wm6nau53nx5m2129-88008556844.shopifypreview.com

Thanks in advance

Hi @Sivadarshan , this is Ian from Fast Bundle.

I checked the link but didn’t find the problem because I think it’s not linked to your collection page.
Please recheck the link. I would like to help!

@FastBundle-Ian Thanks for the reply https://wm6nau53nx5m2129-88008556844.shopifypreview.com/collections/all check this link

Hi @Sivadarshan

You can follow this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

ul#product-grid {
    justify-content: space-between !important;
}

Result :

Thank you,

Esther

1 Like

@Sivadarshan Thanks for the link; it seems the problem remains. Did you try @EstherBui 's solution?