Home Forums WoodMart support forum Footer at the bottom even if page doesn’t have enough content Reply To: Footer at the bottom even if page doesn’t have enough content

#410161

Hello,

This screen resolution is not common, and WoodMart design is based on default screen size.

Please add this code to the Theme Settings > Custom CSS > Global:

@media screen and (min-width:2000px){
body .main-page-wrapper {
    min-height: 83vh;
}
}

Best Regards