Footer Troubleshooting

Dr Octogonapus

Active member
Regular
Joined
Nov 10, 2009
Messages
1,522
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
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.

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>
And my CSS is,

Code:
.footer {
   background-color: #F6861F;
    width: 1920px;
    height: 190px;
    position: fixed;
}
Many thanks if you can help me.
 

itachi uchiha fiance

Active member
Veteran
Joined
Feb 7, 2013
Messages
2,277
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
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.

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>
And my CSS is,

Code:
.footer {
   background-color: #F6861F;
    width: 1920px;
    height: 190px;
    position: fixed;
}
Many thanks if you can help me.
i cant see image
 
Top