Hi there, 
I would like to place a small logo in the middle of the footer of www.ins-zentrum.ch, between the "copyright info" and "Impressum & AGB | Datenschutz | Newsletter" but regardless which widget I use, it always ends up on the left. 
I have footer 1/1 and used the following in the CSS but still no luck. Can you help me with this one; thanks, Tanja
#footerccr{
	text-align:center;
}
#footerccr li{
	float:none;
	display:inline-block; !important;
}
 
                 
                
Comments