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

Line 8: Line 8:
 
}
 
}
  
.sponsor {
+
.footer_sponsor {
 
position: absolute;
 
position: absolute;
right: 0px;
+
right: 0;
bottom: 0px;
+
bottom: 0;
left: 0px;
+
left: 0;
width: 100%;
+
padding: 1rem;
height: 300px;
+
background-color: #efefef;
 
}
 
}

Revision as of 14:15, 24 July 2017

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

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