Site Logo Very Small on Mobile

  • Author
    Posts
  • #63492

    Hello,

    Today after the latest update my site logo on the upper left corner is very very small viewed on mobile and tablet. On desktop there is no problem.

    Have you seen this issue on other sites? Do you have any idea how to fix this?

    Thank you,
    Vasil Krastev

    Website: vaskion.com

    #64949
    Rocky Trifari
    Power User

    I have also noticed this issue and I am trying to resolve it on my mobile site as well.

    #64950

    Here is a CSS code snippet showing how I solved it on my end. Hope it helps!

    /* Fixed Small Logo on Mobile */
    @media only screen and (max-width: 1200px) {
    #branding .identity img {
    height: 90%;
    width: 110px;
    }
    }

    #65343
    Zed
    Cryout Creations mastermind

    We’ll look into this.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #66989

    Hello,

    Fixed site logo size shrinking on mobile devices

    I saw that in 1.5.6 change log says that this issue should be fixed but unfortunately it did not worked for me. I’m still using my CSS code above to fix it. Not a big deal though. Just wanted to let you know.

    Regards,
    Vasil Krastev

    #67277
    Zed
    Cryout Creations mastermind

    @vasskion I notice the custom CSS is commented out now and the logo is displayed correctly on mobile devices. Are you still having issues?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #67286

    Hello,

    Thank you very much for your support!
    With Fluida 1.5.6 I still had issues but once I updated to 1.5.6.1 it seems that the issue is fixed now. I just left the code commented for a while to confirm that everything is fine.

    Thank you,
    Vasil Krastev

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Site Logo Very Small on Mobile’ is closed to new replies.