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

    Hallo Supportteam,

    die Icon Box wird in der mobilen Version nicht richtig umbrochen. Bei der ipad Portrait Version läuft der Text
    und die Überschriften zu lang und werden nicht richtig dargestellt. Welche CSS Einstellungen müssen
    da vorgenommen werden?

    Vielen Dank für eure Hilfe.

    #493045

    Hi opareklov!

    English

    I’m not seeing the error you are referring to on a Nexus 4.

    May we have a screenshot of the issues you’re having?

    German:

    Ich bin nicht zu sehen , welchen Fehler Sie sich beziehen auf einem Nexus 4 .

    Mögen wir einen Screenshot von den Fragen die Sie haben ?

    Regards,
    Dake

    #493095

    Ok hier ist ein Screenshot.

    #493159

    Hey!

    English

    I see what you mean now.

    May we have temporary access to your website so we can provide you with a page specific media query to fix the issue?

    German

    Mögen wir temporären Zugriff auf Ihre Website, damit wir Sie mit einer Seite bestimmte Medien Abfrage, um das Problem zu beheben liefern?

    Best regards,
    Dake

    #494273

    Ok hier ist der Login.

    #494620

    Hey!

    You can force the one third column container to expand to full width on iPad screen size:

    @media only screen and (max-width: 989px) {
    div .av_one_third {
      margin-left: 0;
      width: 100%;
      margin-bottom: 20px;
    }}

    Regards,
    Ismael

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