Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Adrian,

    You can try taking advantage of tools such as Inspect or Firebug which can aid in customizing. These are useful 3rd party tutorials on how to go about using Inspect.



    https://developers.google.com/web/tools/chrome-devtools/inspect-styles/

    Thank you!

    Thread Starter adriandambrine

    (@adriandambrine)

    Hi,

    Thank you for your answer.

    The problem is that this is not a customization.

    Before the last theme update, mobile logo took the width.

    Maybe there’s an option that I can’t see…

    Hi Adrian,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    @media screen and (max-width: 959px) {
      #header .mobile-title-logo-in-header .site-title a img {
      max-width: 100% !important;
      max-height: 100px;
    }
    
    #header #nav-mobile {
      padding: 12px 0;
    }
    } 

    Thanks!

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

The topic ‘Mobile logo too small’ is closed to new replies.