Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1339294

    Hi,
    I want to make the logo on mobile and tablet bigger, because it is really small… I have tried a lot of Quick CSS Codes, mentioned in other questions of people here, but nothing didn’t work.
    2. The second problem is, that on mobile version the space between logo and header (slider) is really big ( I don’t know how much smaller it is, when the logo is bigger…) and the space in the burger menu is really big – > when you open the burger menu on mobile, you have a lot of space before you can see the first menu point “Startseite”
    Can you please help me?

    I will write you the access in private content!
    Thanks a lot!
    Best Regards
    Evelyn

    #1339359

    Hi Evelyn,

    Thanks for contacting us!

    1- I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 479px) {
      .responsive .logo img, .responsive .logo svg {
          max-height: 100px;
      }
      .responsive #top #wrap_all .av-logo-container {
          line-height: 100px;
      }
    }

    2- I replaced your Separator element on the top of your page with a Color Section.

    Please review your website :)

    Best regards,
    Yigit

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