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

 
(12 intermediate revisions by 2 users not shown)
Line 9: Line 9:
  
 
.footer_sponsor {
 
.footer_sponsor {
 +
width: 80%;
 +
margin: auto;
 
position: absolute;
 
position: absolute;
 
right: 0;
 
right: 0;
bottom: 50px;
+
bottom: 0;
 
left: 0;
 
left: 0;
 
padding: 1rem;
 
padding: 1rem;
background-color: #efefef;
+
background-color: #f7f7f7;
 +
border-top: 2px solid #636363;
 +
}
 +
 
 +
.sponsor {
 +
height: 50px;
 +
width: auto;
 +
padding: 5px 5px;
 
}
 
}

Latest revision as of 13:26, 28 October 2017

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

.footer_sponsor { width: 80%; margin: auto; position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; background-color: #f7f7f7; border-top: 2px solid #636363; }

.sponsor { height: 50px; width: auto; padding: 5px 5px; }