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
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:
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.
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:
Go to Shopify > Theme > Customize
Copy and paste this code on Theme settings > Custom CSS section
ul#product-grid {
justify-content: space-between !important;
}
Result :
Thank you,
Esther
@Sivadarshan Thanks for the link; it seems the problem remains. Did you try @EstherBui 's solution?