Shopify themes, liquid, logos, and UX
Hi,
How do i bring the product information closer to the product image on the collections page.
Currently there is a white gap between it.
Also, How do i remove the padding at the top of pages. On the collections page there is a padding between the filter bar and where the product image starts. On a product page there is a gap between the header and product image.
Theme: Prestige Theme
Store: arterclo.com
pass: yaifra
Hi @Streccent
You can follow the instruction to bring the information closer to product image:
1. Go to Shopify > Theme > Customize > open Custom CSS
2. Copy and paste this code to the section > Save.
.product-card {
gap: 0px;
}
here is the result :
To remove the Gap between header and product:
- You can add this code to CSS section:
@media screen and (min-width: 700px) {
.sm\:gap-12 {
gap: 0rem;
}
}
.gap-6 {
gap: 0rem;
}
Here is the result:
Hi LizHoang,
Thanks for your answer.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025