Site logo

[Resolved] How to make bigger logo on mobile display?

Home Forums Support [Resolved] How to make bigger logo on mobile display?

Home Forums Support How to make bigger logo on mobile display?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2531106
    Trạng

    HI there, is there anyway allow me to make the logo displays bigger on mobile? It’s so small now. Screenshot here

    #2531221
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 1023px) {
        .mobile-header-navigation .site-logo.mobile-header-logo img {
            height: 80px;
        }
    }
    #2531235
    Trạng

    it’s okay right now. thank you David!

    #2531286
    David
    Staff
    Customer Support

    You’re welcome

    #2533606
    Trạng

    Hi David, can you help me one more time about this problem?

    I’ve changed another version with thicker yellow line. It displays well on desktop but in mobile version, it’s still the thinner line version. I don’t know how to fix it.

    Screenshot 1
    Screenshot 2

    #2533609
    Fernando
    Customer Support

    Hi Trang,

    Do you have the Mobile Header activated? If so, you’ll need to replace the logo in Appearance > Customize > Layout > Header > Logo as well.

    #2533676
    Trạng

    well done. thank you so much Fernando!

    #2533684
    Fernando
    Customer Support

    You’re welcome, Trang!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.