Jump to content

footer problems


Recommended Posts

hello

i want to change the colors of the template to blue

and im stuck at footer

ive changed the color code on global.css

 

 

/* ### Footer ### */

#footer{background:#87CEFA ; display:block; clear:both; text-align:center}

.footerInner{width:980px; margin:0 auto; overflow:hidden; text-align:left}

 

but nothing happens,why ?

and i have a strange space after footer

http://4automag.ro/

 

i want 87CEFA on footer :)

Link to comment
Share on other sites

hello

i want to change the colors of the template to blue

and im stuck at footer

ive changed the color code on global.css

 

 

/* ### Footer ### */

#footer{background:#87CEFA ; display:block; clear:both; text-align:center}

.footerInner{width:980px; margin:0 auto; overflow:hidden; text-align:left}

 

but nothing happens,why ?

and i have a strange space after footer

http://4automag.ro/

 

i want 87CEFA on footer :)

 

It has to be the global css of your theme !

 

global.css line 534

 

.copyright {

 

 

background: #87CEFA;

clear: both;

color: #666666;

display: block;

height: 40px;

line-height: 40px;

text-align: center;

Edited by taohi01 (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...