Site logo

Archived topic

SVG Logo not display on mobile

5 replies · Started by remzi on November 6, 2017

Viewing posts 1–6 of 6

Hi,

I am using svg logo, everything good but on mobile the logo not display.

http://www.vemavi.com

I am using;

.site-logo img {
width: 400px;
height: 100%;
}

@media ( max-width: 768px ) {
.main-navigation {
background-color: #1D71B8;
}
.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
color: #FFFFFF;
}
.main-navigation .main-nav ul li > a:hover,
.main-navigation .main-nav ul li > a:focus,
.main-navigation .main-nav ul li.sfHover > a {
color: #FFFFFF;
background-color: #1e72bd;
}
}

Thanks

Hi there,

The logo is displaying, just that it's blended in with the white background.

Try this CSS:

@media (max-width: 768px) {
    .site-header {
        background-size: auto;
    }
}

ok good but still something wrong. can you check again on mobile

thanks

What's wrong? Keep in mind that background images are not responsive by nature.

my fault. I needed to convert logo font

work perfect. Thank you

No problem!

This archived topic is closed to new replies.