Hi y’all
I need your help to fix this - to remove the spacing on the part that has an X
Here is the URL https://ultrabrightlightz.com/?_ab=0&_fd=0&_sc=1
A user seeks help removing unwanted spacing on their Shopify store’s collection page. The initial issue involves excessive spacing around the collection banner and product grid sections.
Resolution for Collection Page:
Follow-up Issue:
Status: Partially resolved - collection page fixed via CSS, but product page spacing remains unresolved and requires more advanced technical intervention.
Hi y’all
I need your help to fix this - to remove the spacing on the part that has an X
Here is the URL https://ultrabrightlightz.com/?_ab=0&_fd=0&_sc=1
Hi @alexxxD
Try this one.
.shopify-section.cc-collection-banner.section.section--template, .shopify-section.cc-rich-text .section {
margin: 20px;
}
.shopify-section.cc-collection-products.section {
margin-top: 20px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
@Made4uo-Ribe it works!! thank you!
But the Product Description have the same issue -
how can I fix this brother? - https://ultrabrightlightz.com/collections/lighting/products/ubl-u-lite-v2-surface-mount
Welcome! Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
For that issue, you will need to edit the Liquid code, which requires access to your store. You will need a developer to handle it.