Is it possible to push the footer and socket to the bottom of every page regardless of content in the main area? For instance this page the socket it huge: http://stage.goldbuckleclub.com/events-calendar/
Thank you!
Hi mjaraas!
I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what your trying to do with the footer and socket?
Cheers!
Elliott
Hi!
You can set a minimum height to the content container, try adding this to Quick CSS:
#main .content {
min-height: 600px;
}
Cheers!
Josue