Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #592180

    Hallo, ich kann am Smartphone mein Menü nicht sehen. Am Desktop ist es einwandfrei sichtbar. Was mache ich falsch?

    #592214

    das ist standardmässig wohl deaktiviert, bei mir gings hiermit:

    /*Socket Menü Anzeige für Smartphones*/
    
    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
        line-height: 1.5em;
    }
    
    #socket .sub_menu_socket li:first-child {
        border: none;
        padding-left: 0;
    }
    
    .responsive #socket .sub_menu_socket {
        position: absolute;
        margin-left: 0;
    }
    
    .responsive #socket .container {
        min-height: 80px;
    }
    }
    
    /*Socket Menu einblenden auf mobilen Geräten*/
    
    @media only screen and (max-width: 768px) {
    .responsive #socket .sub_menu_socket {
      display: block !important;
    }}
    
    #592218

    Hallo Lucie, danke für deine Antwort. Leider bin ich ein geübter User, aber kein Programmierer ;-) Daher – wo soll der Code hin – ins CSS? Sorry, wenn das eine dumme Frage ist….

    #592225

    Hallo Lucie, ich habe das jetzt ins Quick CSS einfach reinkopiert und nachdem ich das copyright wieder rausgelöscht habe – da es am selben Platz wie das Menü stand, bin ich jetzt ganz happy mit der Lösung! Danke!

    #592592

    Hej Miksoda,
    prima! :)

    #593860

    Hi,

    My german is not perfect so I can’t follow the thread exactly but I’ve tagged one of our german speaking moderators for the topic in case you should need any further help other than what @Lucie provided.

    Best regards,
    Rikard

    #594193

    Hi Rikard,


    @lucie
    was so kind to share her solution to my problem – there is no menu visible in the socket on my smartphone. Is there a planned update on this issue?

    thanks mik

    #594368

    Hi!

    habe mir deine Website angesehen und kann ein Menü im Socket sehen. Hast du hinbekommen?

    Gruß,
    Andy

    #594380

    Hallo Andy, ja, mit dem Code – dafür kann ich aber kein Copyright eingeben, da es überlappt…

    #594486

    Hi!

    hm? wo überlappt es den? links sehe ich doch deinen copyright und rechts das Menü. Bitte schick uns einen präzisen Link von der Überlappung.

    Gruß,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.