Hi all - Using Custom Design CSS on Fresh & Clean theme. Client needed a footer, but there is just one sidebar area, no footer. I found a workaround, but I can't quite get it right. The right side of the footer and header are aligned, but the left aren't.
I've tried adjusting any number of little things in the margins, padding, width, etc. Sometimes it will move slightly to the right, sometimes all the way up into the sidebar area. Sometimes way off to the left.
Here is the code that is working best:
#newfooter {
clear:both;
font:'Droid Serif', Georgia, serif;
position:absolute;
max-width:920px;
left:0;
text-align:right;
width:95%;
bottom:4px;
margin:1.8em;
line-height:1em;
background:#f9f8f4;
border:0 solid #ccc;
border-width:0;
padding:.8em .9em 1.3em;
}
(I know the gray is too light, I'm working with my client on that.)
Thanks so much!
The blog I need help with is juliemadgeinteriors.wordpress.com.