I use Andrina lite theme
how can I re-size footer area back
to fit under the content area
Thanks,
Dori
I use Andrina lite theme
how can I re-size footer area back
to fit under the content area
Thanks,
Dori
@styx46 - it looks like the theme is not coded to have the footer be a fixed width, but you can change that by changing the CSS code for two footer places -- add this:
#footer-bottom {
width: 952px;
margin: 0 auto 30px;
}
#footer {
width: 952px;
margin: 0 auto;
}Thanks,
that didn't help, but I fix it...
You must log in to post.