Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300716
    #301727

    Hey Martin!

    Nein, die Umschaltweite lässt sich leider nicht leicht anpassen. Wir könnten aber das Logo mit einer Media Query verkleinern, sodass das Menü es nicht überlappt:

    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    #top .logo img{
    width: 120px;
    margin-top: 30px;
    }
    }
    

    Regards,
    Peter

    #302531

    Top, ich danke dir!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menüänderung für Smartphone und Tablets’ is closed to new replies.