Site logo

Archived topic

Mobile header logo position

3 replies · Started by cgk on January 10, 2019

Viewing posts 1–4 of 4

Hi,

Is it possible to alter this css to work for the mobile header logo?

Thanks!

.main-navigation .site-logo.navigation-logo {
position: absolute;
left: 0;
top: 0;
}
.main-navigation .site-logo.navigation-logo img {
height: 150px;
}

Hi there,

Try replacing .site-logo.navigation-logo with .site-logo.mobile-header-logo.

Hi,

Yes that dose work but it also moves the navigation and covers it.

Thank you Leo!

That's the downfall for using position: absolute;

I really wouldn't recommended on mobile.

This archived topic is closed to new replies.