Shopify themes, liquid, logos, and UX
Hello Everyone, Hope this message finds you well.
Can someone help, I find there is too much empty/ free spacing between each featured collections on Craft
theme - Mobile version.
Solved! Go to the solution
This is an accepted solution.
PLease, check it again I did some change on the code. Thanks!
Hello @GiudFabri123
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
.section+.section {
margin-top: 2rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
sadly it's not working
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 749px) {
.section + .section {
margin-top: 20px !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
sadly it's not working
This is an accepted solution.
PLease, check it again I did some change on the code. Thanks!
It worked - i just reduced the 'PX' to make it smaller! thank you!
Yes, you can do that. Welcome! Would you mind hitting 'like' as well? Thanks!
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024