Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @cocix,

    Can you sent us a link to your login page and I can see if there’s an issue with the plugin or advise of custom code you can put in to make it right. We have designed the login image to be constrained so it would be strange if it was super big. Thanks,

    Thread Starter cocix

    (@cocix)

    Can I send a private email with link?

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @cocix,

    That should be ok, as I don’t think that violates the forum rules. Please email: [email protected]

    Please keep all discussion on the forum though. Thanks,

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Unfortunately you can’t change the login URL, but there are a lot of other free plugins that can do this.

    Now regarding the size of the logo, in my eyes this looks perfectly fine, as I said we prevent the width of the logo exceeding the width of the login form and this is working a as expected on your site. But if you did want to make this smaller you would use custom CSS code like the following:

    #login h1 a {
    max-width: 200px !important;
    margin-bottom: -85px !important;
    }

    This code can be applied by going to the section “Custom Code” and putting this code in the “Add custom CSS to the WordPress login area” text area. Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom size for Login Logo’ is closed to new replies.