Shape 5

Joomla Templates => Shenandoah - Club => : gmedia June 03, 2011, 08:25:37 AM



: Fixed Footer Size...
: gmedia June 03, 2011, 08:25:37 AM
Hopefully this is an easy one, but I need to know how to get a fixed footer size.

The template CSS says this:

:
#s5_bottom_area {
border-top:solid 12px #0F0F0F;
background:#000000 url(../images/s5_footer_bg.jpg) no-repeat top center;
color:#FFFFFF;
padding-top:24px;
padding-bottom:24px;
}

...but changing the left and righ margins to "auto" does nothing. There seems to be a more dominate style sheet, file, or code.

http://www.gmediadesign.cc/sites/brewcrewrestoration/

Please help!

Thanks!
Chris



: Re: Fixed Footer Size...
: mikek June 03, 2011, 11:44:54 AM
Hello,

You have it setup properly but the rest of the black on the sides comes from the black on the body itself. At the top of the template.css file you'll find:

body {

The background line there would be need to be changed.