The bottom of my site has too much negative space

The bottom of my site has too much negative space

rene94
Explorer
78 1 15

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. 

IMG_7922.jpeg

Replies 4 (4)

Rahul_dhiman
Shopify Partner
855 168 186

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

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

rene94
Explorer
78 1 15

Hi, didn't change anything

Bundler-Manuel
Astronaut
1118 51 131

Hello Rene @rene94 

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

.slick-slide {
height: auto !important;

}

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
rene94
Explorer
78 1 15

where would I add this?