Shopify themes, liquid, logos, and UX
Greetings,
I do not understand why I have this border in between any 2 sections which I add in my site.
Website is arcanainn.ro and password is izzetinn
Theme is dawn.
Solved! Go to the solution
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 155
search this code
@media screen and (min-width: 750px) {
.section + .section {
margin-top: var(--spacing-sections-desktop);
}
}
and replace with this code.
@media screen and (min-width: 750px) {
.section+.section {
margin-top: 0;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hello @caisarus
can you please provide the screenshot of the border between the sections
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 155
search this code
@media screen and (min-width: 750px) {
.section + .section {
margin-top: var(--spacing-sections-desktop);
}
}
and replace with this code.
@media screen and (min-width: 750px) {
.section+.section {
margin-top: 0;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
You are amazing. Thank you
Please hit a like button also.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025