Footer content no reaction to css

Hi there,

I tried to change the size and position of my bottom footer content, but there´s no reaction…
I used this code before. Any idea?

x-colophon.bottom .x-colophon-content {
color: #666666;
font-size: 14px;
float: left;
}

x-colophon.bottom a
{
color: #666666;
}

Thanks and best regards
Kerstin

Hey Kerstin,

The common cause of CSS not working is a syntax error somewhere in your CSS. Try checking all your custom CSS in http://csslint.net/ to check for errors.

Thanks.

Works out fine now, thanks!

you are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.