Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #864714

    Hallo,
    ich habe ein Problem mit der Responsive-Ansicht. Sobald das Fenster kleiner ist, kann man beim Eingeben der Kundendaten nach der Kasse in das Telefonfeld nicht reinklicken. Mit Tabulator gehts, jedoch ist das einfach umständlich und nicht jeder Kunde probiert lange herum, sondern bricht ab.
    Wie kann man das ändern? Link im Anhang.

    Danke und lg
    Viola

    #864875

    Hey Viola,

    Looks fine on my side. Can you please post a few screenshot of the issues you’re having and at what screen size?

    Sieht gut auf meiner Seite. Können Sie bitte ein paar Screenshots zu den Problemen, die Sie haben, und zu welcher Bildschirmgröße?

    Best regards,
    Victoria

    #865189
    This reply has been marked as private.
    #866079

    Hi,

    Thank you for the update. The bottom column covers or overlays the first one. Please add this code in the Quick CSS field.

    .responsive #top .col2-set .col-1 {
        z-index: 100;
    }

    Best regards,
    Ismael

    #866199

    Hi, the problem still isn’t solved. It does not overlay, but its not possible to click into the field “telefon” in the responsive view.

    Greetings,
    Viola

    #866939

    Hi,

    Please remove the browser history or cache because the page is probably cached. Or use this css code.

    .responsive #top .col2-set .col-1 {
        position: relative;
        z-index: 100;
    }

    Make sure that you’re not looking on a cached version of the page.

    Best regards,
    Ismael

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