[Resolved] Mobile Header Logo

Home Forums Support [Resolved] Mobile Header Logo

Home Forums Support Mobile Header Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #415214
    Jason Westbrook

    Hey guys. I have uploaded a svg logo for the main logo. Works jsut fine. Issue now is that the mboile header (which is a completely seperate logo) is now being affected. Any ideas how to make the main logo svg high res and keep the mobile version (which is the square default) as its own without being affected. Please see what I mean from link provided.

    Thanks!

    #415282
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you’ve already added this?

    .mobile-header-navigation .mobile-header-logo img {
        height: 45px;
    }

    Try giving it a width property as well:

    .mobile-header-navigation .mobile-header-logo img {
        height: 45px;
        width: 45px;
    }
    #415300
    Jason Westbrook

    I added the second code and that fixed it. Thanks!

    #415311
    Leo
    Staff
    Customer Support

    No problem!

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