Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1339935

    Dear support team
    for the website https://wege-in-die-achtständig.de/ I have the problem that the logo is displayed very small on the mobile phone (and also on the tablet in portrait format): see screenshot: https://wege- in-die-achtlichkeit.de/support/mobile-logo.jpg
    Is there a way to make the logo larger on mobile?
    Thank you for your edit

    #1339981

    Hey Diana,

    Thanks for contacting us!

    I added following code to bottom of Quick CSS field in Enfold theme options

    @media only screen and (max-width: 479px) {
      .responsive .logo img, .responsive .logo svg {
          max-height: 120px;
      }
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
          line-height: 120px;
      }
    }

    Please review your website :)

    Best regards,
    Yigit

    #1339985

    That works perfectly! Thank you very much!
    Best regards, Diana

    #1340004

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo small on mobile’ is closed to new replies.