Hello I have made a footer in my joomla template but it's not working how I want it too. It stays at the bottom of the screen but on pages with larger content it stays in the same spot. See image attached.
My HTML code is,
And my CSS is,
Many thanks if you can help me.
You must be registered for see images
My HTML code is,
Code:
<div class="footer">
<p>
<div align="left">
© <?php echo date('Y'); ?> <?php echo $sitename; ?>
</div>
</p>
</div>
Code:
.footer {
background-color: #F6861F;
width: 1920px;
height: 190px;
position: fixed;
}