Setting footer to be at the bottom of the page even if the content doesn't fill the page

I have the pro theme and set the footer using the footer module in cornerstone but it doesn’t sit on the bottom of the page if the content is not filling the page. How do I force the footer to be at the bottom of the page?

second question how do I add a parallax image in the footer ?

Hello @wicara,

Thanks for writing to us.

I would suggest you please go to the Footer bar -->customize —>element CSS and add this custom CSS code.

$el.x-bar-footer{
position: fixed;
width: 100%;
bottom: 0;
}

For parallax

Add a Fooer bar and set the background image and then you need to enable the parallax. Please have a look at the screenshot below.

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.