Okay
  Public Ticket #1945844
Logo Sizing issue
Closed

Comments

  • jeremyc9 started the conversation

    The logo image on mobile is exceeding the header size. How do I fix this? 

  •  840
    Jelly replied

    Hello,

    Sorry about this. Please add this to Appearance > Customize > Additional CSS:

    @media (max-width: 767px) {
    header .navbar-brand img {
        height: 31px;
    }
    }

    Best Regards,
    Jelly Team