Hi All,
As you can see i have some lining between the modules. However i can’t remove it. Do you have a code for me to remove this?
Store: https://theonlinecollective.nl/
Theme: Trade
Thanks!
Hi All,
As you can see i have some lining between the modules. However i can’t remove it. Do you have a code for me to remove this?
Store: https://theonlinecollective.nl/
Theme: Trade
Thanks!
Hi @TOC-MR ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
section#shopify-section-template--23610111885658__multicolumn_wghtqt {
margin-top: 0px !important;
}
Hi @TOC-MR
TRy this one.
@media screen and (min-width: 750px) {
.section+.section {
margin-top: 0 !important;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Made4uo-Ribe it worked for Desktop, but not for mobile
Replace on this code.
.section+.section {
margin-top: 0 !important;
}
And save.
Please, refrehs the preview after you save.
Thanks!
@Made4uo-Ribe It worked thanks!