Support » Plugin: Register Plus Redux » Logo Width

  • Hi again, This time I have a problem with adjusting the width of the custom logo in RPR. I uploaded the image I would like and for some reason the registration page is truncating the image to less than 1/4 of the width of the entry form width. Is there an easy fix for this? Thank you very much.

    http://wordpress.org/plugins/register-plus-redux/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having this same issue. Have you found a resolution? It seemed to work fine on 3.7.1 but after I upgraded to 3.8 I noticed the logo getting squished. http://037b63d.netsolhost.com/paleo/wp-login.php

    I’m not using any custom CSS on the login or registration page. The logo looks normal when viewed from the Plugin Settings page. It’s 303 px wide but is being squished to 80px.

    Hi there. I’m having this same issue as both above me. My logo is 300px by 100px and it’s being shrunk down to 80px by 80px. If anyone could help find the right CSS or the spot in the editor where it can be edited please do let me know.

    Any help at all would be greatly appreciated!
    Thanks,
    James.

    Hey guys,

    I don’t know if y’all have found a work-around to the logo height and width issue but I finally got my CSS to work and now my logo is showing up as it should be. I put this code in both the Custom Register CSS and Custom Login CSS boxes located at the bottom of your Register Plus Redux setting page.

    .login h1 a {
    background-size: 300px 100px;
    height: 100px;
    width: 300px;
    }

    You’ll have to change the px sizes to fit your personal logo needs. Please note that I am not a developer of any sorts and I’m barely beginning to understand how all this CSS stuff works, but this code worked with no problem for me.

    STONE5572

    Your solution certainly helped. Thank you.

    Too bad the author of the plug-in isn’t helping us.

    Thanks again.

    gsownsby,

    I’m happy I could be of some assistance. I used Google’s inspect element feature to find the code. It’s a pretty neat tool; I just have a lot more to learn about using it.

    Thanks for letting me know I was able to actually help!
    Have a good one,
    James.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo Width’ is closed to new replies.