Shopify themes, liquid, logos, and UX
Dear,
Could someone help to:
Reduce the space between the main/header photo and ''Category'' (Collections); and Rich Text section (after the Categories) - I don't need the spacing to disappear completely, just to reduce, say by 50%. I have tried few codes, shared in this forum, however, it did not work for me.
Shop URL: https://box-and-bow-nl.myshopify.com/
Password: diekla
Many thanks,
Asta
Solved! Go to the solution
This is an accepted solution.
This code should address the "Modern Gifting" section margins
@media screen and (min-width: 769px) {
#shopify-section-1635612357e56831df {
margin-top: 45px;
}
.rich-text .section-header {
margin-bottom: 6px;
}
}
Try adding this code to the bottom of theme.css
@media screen and (min-width: 769px) {
#shopify-section-featured-collections {
margin-top: 45px;
}
.section-header.text-center {
margin-bottom: 25px;
}
#shopify-section-featured-content {
margin-top: 45px;
}
}
Thank you, Nick - it actually worked!
Just the part straight after the body text section "Modern Gifting" seems still large - can I tweak your code to address that space as well?
Thanks,
Asta
This is an accepted solution.
This code should address the "Modern Gifting" section margins
@media screen and (min-width: 769px) {
#shopify-section-1635612357e56831df {
margin-top: 45px;
}
.rich-text .section-header {
margin-bottom: 6px;
}
}
@Queenofgifts Great to hear that the issue has been resolved!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024