Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor
stick footer to bottom of the page
You could try doing something like this to stick footer to bottom of the page :
Give the section an ID or class. Then add this CSS in the global CSS.
Code:.yourclass { width:100%; position:relative; top:100vh; }