Support » Themes and Templates » Centering logo in footer

Viewing 1 replies (of 1 total)
  • you will possibly need to add some CSS class to the link html code of the logo code, and apply some CSS to get it centered;

    example:

    <a class="footer-logo" href="http://www.stylelist.com/"><img src="http://o.aolcdn.com/os/Stylelist/images/network_stylelist_blackonwhite.jpg"></a>

    and:

    .footer-logo { display: block; margin: auto; text-align: center; }

    please post any further theme related questions at http://wordpress.org/support/theme/striker/

Viewing 1 replies (of 1 total)
  • The topic ‘Centering logo in footer’ is closed to new replies.