Home Forums WoodMart support forum Footer not at the bottom of page when not enough content. Reply To: Footer not at the bottom of page when not enough content.

#345407

Luke Nielsen
Keymaster

Hello,

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