Is there a way to push the footer to the bottom of the page even if there is very little content?
Hi punka1ien9!
You can add this on Quick CSS or custom.css:
#socket {
position: fixed;
bottom: 0;
width: 100%;
}
Regards,
Ismael
Hey!
You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.
Cheers!
Peter