Force full height browser on short pages
-
I have a shortened cart page without widgeted footer ā just copyright footer and Iād like to force the screen to be always browser view height as currently it is showing my copyright footer with white space underneath as the page content is not sufficient to force full height. How can I do this? I tried setting html and body tags to 100% but this has no effect. Thank you.
Just add a product and View Cart – https://tagaripublications.com/cart/
Thank you,
Louise
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.main-page-wrapper {
min-height: 80vh;
}
Regards
The topic ‘Force full height browser on short pages’ is closed to new replies.