Cole Davidson
Cole Davidson

Reputation: 67

Eliminating a blank space at the bottom of website

There is a large white space at the bottom of the page.

http://www.generationtrudeau.ca/

I've looked at all the typical culprits (height and min-height of body and html, margin and padding, etc.), but I can't seem to find it.

Upvotes: 0

Views: 67

Answers (2)

JimyPP
JimyPP

Reputation: 105

Just add "min-height: calc(100% - 305px);" to the .main-container and it should work!

Upvotes: 0

Tamil Selvan C
Tamil Selvan C

Reputation: 20209

Remove padding: 0.5rem; in .f-dropdown li a { in theme.scss

Upvotes: 2

Related Questions