What's your biggest current challenge? Have your say in Community Polls along the right column.

The bottom of my site has too much negative space

The bottom of my site has too much negative space

rene94
Explorer
73 1 13

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
665 130 135

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
rene94
Explorer
73 1 13

Hi, didn't change anything

Bundler-Manuel
Trailblazer
374 23 41

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
73 1 13

where would I add this?