Hi there,
I just finished up my footer, but there seems to be spacing on the bottom of my footer…How do I get rid of it?
Hi there,
I just finished up my footer, but there seems to be spacing on the bottom of my footer…How do I get rid of it?
Hello Carolina,
Thanks for writing in! You have a space below your footer because your page is very short and doesn’t have enough contents to fill the whole height of your browser. Do you want that you footer will always stays at the bottom of the page? If that is the case, you will need to set a minimum height for your page content. To do that, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-site .x-container>.offset {
min-height: calc(100vh - 550px);
}
We would loved to know if this has work for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.