[Support request] Mobile header logo position

Home Forums Support [Support request] Mobile header logo position

Home Forums Support Mobile header logo position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #778179
    CG Klein

    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;
    }

    #778426
    Leo
    Staff
    Customer Support

    Hi there,

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

    #778453
    CG Klein

    Hi,

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

    Thank you Leo!

    #778458
    Leo
    Staff
    Customer Support

    That’s the downfall for using position: absolute;

    I really wouldn’t recommended on mobile.

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