Difference between revisions of "Template:UCC Ireland/Footer Style"

Line 11: Line 11:
 
position: absolute;
 
position: absolute;
 
right: 0;
 
right: 0;
bottom: 0;
+
bottom: 50px;
 
left: 0;
 
left: 0;
 
padding: 1rem;
 
padding: 1rem;
 
background-color: #efefef;
 
background-color: #efefef;
 
}
 
}

Revision as of 14:16, 24 July 2017

.footer { position: fixed; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100px; }

.footer_sponsor { position: absolute; right: 0; bottom: 50px; left: 0; padding: 1rem; background-color: #efefef; }