Page 1 of 1

Logo Aligned Incorrectly on Login Page

PostPosted: January 6th, 2012, 5:08 am
by skyrie
When I install s2member the logo on my login page shows up to the left of the form. This happens with either the default s2member logo, or with my own logo.
http://postimage.org/image/i2ac65etp/
I am using the BuddyBoss theme. Can anyone help?
Thanks!

Re: Logo Aligned Incorrectly on Login Page

PostPosted: January 7th, 2012, 5:57 am
by Cristián Lávaque
In your wp-login.php source I found this:

Code: Select all
<style type="text/css">
        #login h1 a { background:url(https://www.skyrie.net/wp-content/uploads/2011/10/logo.gif) top center no-repeat !important; width: 500px; height: 85px; margin: 0 -90px; }
        html { background-color: #fff !important; }
    </style>


Not sure where it's coming from, but that margin: 0 -90px; is what's causing your logo to be off-center.

I hope that helps. :)