Showing 1 – 1 of 1 replies
robedekappa

I would like to have a footer. But I […]

robedekappa
8 years ago
Hi. I would like to have a footer. But I dont have luck in putting a footer exactly at the bottom.
If I just add a footer-tag it goes in the the same column as the content. I would like to have a sticky footer that spans all over the width. Is it possibile? How should i code it?
tomaj
tomaj SELLER
8 years ago
Hi

You can add you own footer, but you have to add it after <div class="pageWrap"> and you need to set position:relative and z-index:1 for your footer

take a look here:
<div class="pageWrap">...</div>
<footer style="position: relative; z-index: 1;">...</footer>