wcdes12
September 21, 2021, 12:06pm
1
Hi,
I have a couple of custom HTML sections on my home page, but when I add in the HTML code, it always seems to add in some sort of padding/margin below it creating unwanted blank space.
www.wiredcampers.co.uk
Examples are under the Clearpay banner and under the Ecologi logo towards the bottom?
Can this be adjusted/removed?
Thanks
hii, @wcdes12
Paste this code on top of the theme.scss file.
@media only screen and (min-width: 992px) {
hr.hr--large {
margin-top: -10px !important;
}
div#shopify-section-1592511196581 {
margin-top: 0px !important;
}
}
1 Like
wcdes12
September 21, 2021, 2:49pm
3
Perfect! Thanks @Zworthkey
1 Like
Awaker
October 27, 2022, 3:25pm
4
Hi Wiredcampers,
I found the Dynamic Logo code at Ecologi, but I don’t know where exactly to paste it so it will show up on Shopify.