When the browser size is taller than the page height a white section appears below the footer

this white space below footer .
i want that footer is fixed at the bottom.

Hello @vks_group,

Thanks for writing to us.

It is not possible to guide you with only screenshots, I would suggest you please share the exact site URL so can check it and guide you properly.

Thanks

https://ehob.founderscaffe.com/404-page/
information in secure note.

Hey Ketan,

To achieve your goal, you need to set a minimum height for your content. You can try adding the code below in your Global CSS.

.x-container.max.width.offset {
  min-height: 60vh;
}

Just adjust the value to your desired one. Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thanks for your help.

You are most welcome, Ketan.