Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #301156
    #301221

    Hi Tim!

    Please try to insert this code into the quick css field:

    
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: auto !important;
    }
    }
    

    Best regards,
    Peter

    #301241

    Hi Peter,

    Ich wollte auch so ne Frage stellen, ich hoffe kannst auch mir helfen ;)

    Ich möchte auch Logo etwas kleiner on mobile devices haben, Kann ich das selben Kode benutzen dafür?

    Width, High etc.

    Herzlichen Dank

    Erdogan

    #301247

    Hi Erdogan!

    Please add following code to Quick CSS and adjust as needed

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 80%; }}

    Regards,
    Yigit

    #309465

    Thank you!

    This is solved!

    Greetz

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo to big on mobile’ is closed to new replies.