• Resolved makmerghen

    (@makmerghen)


    hello
    wordpress logo size is good but when I tried to change chsotm login logo using your plugin and I added different small logo size it gave a big size not suitalbe with the desigin of the login page
    as example if I uploaded logo size 75*75 its appear in the page maybe like 300*300 very big and not good or the design
    so please how to fix that

    NOTE:- the logo appear in maintenance mode page in the right size 75*75

    • This topic was modified 4 years, 5 months ago by makmerghen.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @makmerghen,

    You just need to upload a larger image so it appears better quality.

    Thanks,

    Thread Starter makmerghen

    (@makmerghen)

    I am not talking about quality I talking about size
    when I upload 75*75 image it should appear in login page with this size
    but
    it appear in very large size with bad resolution
    regards

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @makmerghen,

    I understand what you are saying, but what I am saying is resize the image so that if someone was to upload an image too big it fits within the confines of the login area. So it means if you upload a small image it will be expanded to take up the width of the login area. So what I am saying is the solution is to upload a larger version of your logo, or if you must have your logo small, what you can do is create an image with space on the sides so that way when your image is expanded the size of the logo is still small.

    Also note, you can check out the “Custom Code” part of our plugin and there’s a setting for “Add custom CSS to the WordPress login area” you can add on custom CSS to force the image the size you want it like:

    body #login h1 a {
    width: 75px !important;
    margin-bottom: -120px !important;
    }

    Thread Starter makmerghen

    (@makmerghen)

    thank you very much for the clearing
    regards

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    No worries 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘custom login logo issue’ is closed to new replies.