This is the site link. The footer is the bootstrap's .well
. It has some default margin-bottom
you can see that with inspect element option. Now I have tried everything that I knew to remove the margin bottom ( Except editing the original bootstrap file I don't think I would need to do that ). For example:
footer.well { margin-bottom: 0px !important; }
I've also tried doing inline css but no use. Can anyone help me?
Note: If I remove the margin with the inspect element tool, it gives me the exact result I want.