Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1397415

    Hi guys,

    There is not enough space below the logo on mobile. I tried to solve that with the following code, but it didn’t work. When I use this code, the logo shrinks.

    .logo a img{
    padding:10px 0!important;
    }

    screenshot

    Thanks in regard.

    #1397457

    Hey Emanon,
    Thank you for the link to your site, please try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        min-height: 171px;
    }
    .responsive #top .logo.avia-standard-logo {
        min-height: 90px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1397767

    Perfect! Thank you. Thread can be closed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add space below logo’ is closed to new replies.