I have a blogger website.I don't have any footer.
There exists a 20px heighted white space at the extreme bottom. I want to remove it.
Here is what i have tried so far.
1.) Since the height of the empty space is 20px, I searched through the entire code for 20px
value
2.)I used Chrome's inspect element
, nothing could be traced.
3.)Hunted for <br>
tags
4) Added this code
html, body { height: 100% !important; }
5). Tried this as well
body { margin: 0 !important;}
6.) And this too
#body (margin-bottom: 0px !important;}
I am totally clueless as I have already explored the entire web for troubleshooting.Any tips?