Logo doesn't seem responsive

Hi, I noticed that the logo of my website (www.lulatsch.ch) is not responsiv (360 x 640) - what could be the problem?
Thanks

Comments

  • Hi,

    your logo is too big and that's why does not work properly on mobile devices. In this case, we suggest to upload different logo for mobile devices what can be done under Theme options > Responsive section or, just use extra css to decrease logo on mobile devices:
    @media only screen and (max-width: 767px) { #Top_bar #logo { height: 80px !important; } }
Sign In or Register to comment.