Hello, I would like to know how to center the description on my collection page, I’m with theme Origin. I’ve figured out the title already but am confused on the description. I’d also like to know how to change product amount per page to 48 and products per row to 3 (mobile) on the collection page if anyone can help at all! Thank you!
Hi @Cathy_Oughton , This is Richard from PageFly - Landing page builder.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best Regards,
PageFly
Hi there,
You can center description by adding this CSS code at the bottom of your base.css file
.collection-hero__description { margin: 0 auto !important; }
And change product amount and product per row on collection page from store admin > Sale channels > Online store > Themes > Customize > click dropdown menu at the top > Collections > Default collection > Product grid
This worked, thank you!
The description code worked, but on the theme editor the only options are for up to 2 per row on mobile, and 24 per page. I’d like 3 per row on mobile, and 50 per page.
@Cathy_Oughton , I’m sorry but this is out of my scope. You may try contacting Shopify support or finding another expert regarding this issue.



