Okay
  Public Ticket #2629010
Problem with logo on smartphone
Closed

Comments

  • Yannick Liebnau started the conversation

    Hello!

    I just found a new issue and I can't find way to fix it. My logo appears cut in half in the navigation bar on smartphone displays, and over the menu when you open it (cf screenshots).

    Is there a way to make fit the bar, without reducing it too much? I tried to find a compromise between expanding a bit the nav bar and reducing the logo in the inspector, but can't apply it on my custom css (cf screenshot).

    Thanks again for your time and efficiency,

    Best regards,

    Yannick

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    @media (max-width: 767px){ header .navbar-brand { max-height: 110px } .navbar-toggle { margin-top: 40px } }

    Best Regards,
    Jelly Team

  • Yannick Liebnau replied

    Hello,

    Thanks for your code, it works :)

    Sincerely,

    Yannick

  •  840
    Jelly replied

    Perfect and thank you very much for your review!

    Best Regards,
    Jelly Team