Border between collection banner and product grid

Solved

Border between collection banner and product grid

caisarus
New Member
5 0 0

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.

Accepted Solution (1)
GTLOfficial
Shopify Partner
769 160 169

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
7.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

 

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 5 (5)

GTLOfficial
Shopify Partner
769 160 169

Hello @caisarus 
can you please provide the screenshot of the border between the sections

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
caisarus
New Member
5 0 0

arcanainn.jpg

GTLOfficial
Shopify Partner
769 160 169

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
7.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

 

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
caisarus
New Member
5 0 0

You are amazing. Thank you

GTLOfficial
Shopify Partner
769 160 169

Please hit a like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh