The bottom of my site has too much negative space

I use the Dawn theme and my url is www.blerriot.com

for desktop and mobile under my ‘footer’ there’s too much negative space. I’d rather it just stop with the line of text, just to confirm the footer is custom and I’m not using the footer option on the theme editor.

I’ve added a picture to show what I mean.

1 Like

Hello @rene94
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

body {
font-size: 0px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hello Rene @rene94

Test out this code to see if it would remove the extra space

.slick-slide {
height: auto !important;

}

Hi, didn’t change anything

where would I add this?