Anyone know how to move my All Rights Reserved Text to the very bottom of the footer so its not hanging around the middle of it? I need it to be on the very bottom.
http://newsite.hammondhousefineart.com
This is the coding:
/******************************************************************
FOOTER STYLES
******************************************************************/
footer[role=contentinfo] {
padding: 19px 0; /* for ie8 & below*/
padding: 1.2rem 0;
background-color: #113355;
}
footer[role=contentinfo] div {
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box;
box-sizing : border-box;
}
.attribution {
float: none;
text-align: center;
}
#site-generator {
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 11px;
color: #fff;
text-align: center;
text-transform: uppercase;
}
#site-generator a {
color: #fff !important;
text-decoration: none;
padding: 0 12px;
}
#site-generator a:hover {
text-decoration: underline;
}
#site-generator .sep {
padding: 0 10px;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
.txtreg {
font-weight: 400;
}
.colortxt {
color: #7d8083;
}