css - Ways to remove mysterious space of Html, Body after footer in Bootstrap? -


i'm new css responsive coding. i've used premade boostrap template , modified it. working fine. issue when website viewed on firefox responsive design tool @ different size mysterious white space appears after footer.

check screenshot below mysterious white space being shown when try view webpage on firefox responsive design tool at: 768x1024 . how remove or hide space ? have tried; overflow:hidden; not working. check website link online version of page

please check image screenshot.

enter image description here

that space due site not being 'long or tall enough' specific device. can fix instead of using height:auto on .wrapper element, use height:100vh.

.wrapper {     min-height: 100%;     height: 100vh !important;     margin: 0px auto -155px;     border: 1px solid #f00; } 

100vh vertical height of specific viewport being used on take screen.

here little more on vertical viewport heights

hope helps!


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -