Home › Forums › WoodMart support forum › Footer not at the bottom of page when not enough content.
Footer not at the bottom of page when not enough content.
- This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by
Luke Nielsen.
-
AuthorPosts
-
January 14, 2022 at 8:23 am #345329
horny_fungusParticipantHi, when page has very little content the footer is shown not at the bottom, there is a lot of blank space under it.
Screenshot for clarification:January 14, 2022 at 12:46 pm #345407
Luke NielsenKeymasterHello,
The default footer starts as soon as the content of the page ends, if there is little content on the page – all content and footer are placed on the screen at the same time (https://prnt.sc/26dlpu6). The footer is not something “glued” to the bottom of the screen, it can not be “fixed” there without breaking the layout of the site and it is impossible to completely fix it.
This can be partially corrected by setting the minimum height of the content wrapper (by using the below code), but there is no universal value and the height must be selected for the minimum possible content on your site.
body .main-page-wrapper { min-height: 70vh; }
https://monosnap.com/file/ooJMa0Zzd0ggHVD2e4I513OUIY7PoB
Kind Regards
January 14, 2022 at 2:07 pm #345422
horny_fungusParticipantI’ve seen similar topic started years ago – https://xtemos.com/forums/topic/keep-footer-at-the-bottom/
I suppose this should be addressed in theme somehow. Are you sure this can’t be fixed fundamentally?70vh is the right number, I used 72vh to address the case where system bar is hidden.
But this solution is not ideal – the page will be always a bit longer then needed as I have to adress such edge cases when there’s no system bar, no bookmarks bar on top etc., but in reality most users will have smaller browser window height and as a result unneeded scroll.Also can you please advice me how I can see the screenshot provided via prnt.sc? A few months ago all links to that domain started to render incorrectly not showing the image. I tried opening it via incognito, vpn, etc. but nothing helped. The problem was reported by others on Themeforest support thread as well.
January 17, 2022 at 9:35 am #345838
Luke NielsenKeymasterHello,
We feel fully responsible for what happened and for any inconvenience, this may have caused you some problems, but unfortunately, it can’t be fixed.
Please, check the link below to the article that has some instructions for resolving the issue with the prnt.sc
https://github.com/brave/browser-laptop/issues/3176
Kind Regards
January 18, 2022 at 9:28 am #346091
horny_fungusParticipantThe Github issue is dated 2016 and related to Brave browser, while I am using Chrome.
I suppose the project is unsupported and something is misconfigured on their servers. I can’t open prnt.sc images with every possible browser/connection combination.January 18, 2022 at 10:51 am #346114
Luke NielsenKeymasterHello,
Sorry for the inconvenience, next time I will send the screenshots using another service.
If you still have further questions, please don’t hesitate to reach out. We’d be happy to talk through them with you.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register