Footer Formating Help

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

Footer Formating Help

Post by iffautomation » Fri Jan 04, 2013 6:48 pm

What else could be limiting my ability to change the footer height.
Please see our website www.midwestbroomball.com

I've changed the following to 500px from 180px but it doesn't seem to be any taller.
I'm just trying to make the dark gray background cover all the footer text.

Thank you for any help!


/******************************************************************************************/
/* styles for the store footer section */
/******************************************************************************************/

/* container for the store footer */
#footer
{
width: 100%;
height: 500px;
background-color:#CBCBCB;
color: #515151;
margin:0 auto;

}

Post Reply