Tagged: #whitespace #logo #below
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;
}
Thanks in regard.
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
Perfect! Thank you. Thread can be closed.