I would like to reduce the gaps that are in the red rectangles, is this possible?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
Issue: Excessive vertical gap between product images and titles on a collection page in the Trade theme.
Key fixes proposed (CSS changes):
Context and terms:
Assets central to understanding:
Status: No confirmation from the original poster; no marked solution. Discussion remains open.
I would like to reduce the gaps that are in the red rectangles, is this possible?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
Go to ‘Online Store’ → Themes → Edit Code
Inside the assets folder locate the ‘component-card.css’ file
At the end of the file add this code
.card__information{
padding-top: 0;
padding-bottom: 0;
}
Hi @KimGottwald ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
.card--card.card--media>.card__content, .card__information {
padding-bottom: 0px !important;
}
Hello @KimGottwald
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution