Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alexvtn

    (@alexvtn)

    Ciao Giuseppe,
    grazie per il feedback ??

    La risposta è in inglese così che possa tornare utile anche ad altre persone

    You can optimize the logo on mobile devices going go to appearance > customize > additional css and insert :

    @media screen and (max-width: 480px) and (min-width: 0px) {
    #logo-wrapper {padding: 10px 0 !important;}
    #logo { margin-bottom: 5px;}
    }

    A presto

    Alex

    Thread Starter DropTime

    (@ehigiuseppe)

    Ottimo, problema risolto

    Fixed, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix responsive logo on mobile device’ is closed to new replies.