Have you tried the s2Member Login/Registration Page Customization? You could edit the image adding some padding to it, which would move the actual image to a side.
WP Admin -> s2Member -> General Options -> Login/Registration DesignNow, the CSS that affects that image are a couple of lines in the head of wp-login.
- Code: Select all
div#login h1 a { background: url(http://ladietaprohibida.com/wp-content/plugins/s2member/images/logo.png) no-repeat top center !important; }
div#login h1 a { display: block !important; width: 100% !important; height: 100px !important; }
You can most probably override the style you want using
!important, just edit your theme's
style.css.