Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172885
    #172966

    Hey ThorbenR!

    Verwende folgenden Code um die Logo-Größe für Iphone Benutzer anzupassen. Den max-width Wert muss man entsprechend der Logogröße anpassen.

    
    @media only screen and (max-width: 767px) {
        .responsive #header .logo, .responsive #header .logo img{
        float: left;
        max-width: 160px !important;
        }
    }
    

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo überlappt Slide Out Menu Button auf iPhone’ is closed to new replies.