How do i remove the center padding, so that collection page looks like this:
instead of this:
store link: https://8c2dd1-3.myshopify.com/collections/best-sellers
How do i remove the center padding, so that collection page looks like this:
instead of this:
store link: https://8c2dd1-3.myshopify.com/collections/best-sellers
Hi @sondreskskfsghj ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
#CollectionSection .page-width {
max-width: 97% !important;
}
.grid__item {
padding-left: 1px !important;
}
.grid {
margin-left: unset !important;
}
Hello @sondreskskfsghj ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the css file:
.grid-product .shopify-product-reviews-badge {display: none !important;}
Regards,
Santanu