Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667719

    Hallo,

    ich habe ein Problem mit der Textgröße bei Darstellung auf einem mobilen Endgerät. Der Text müsste hier kleiner dargestellt werden, da sonst die Worte durch den Zeilenumbruch zerschnitten werden. Ist sowas möglich oder habe ich einen grundsätzlichen Fehler gemacht?

    Danke
    1byday

    #669229

    Hi Eike,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #669840

    Hi Rikard,

    see the information below in the provate content section.

    Thanks,
    1byday

    #671294

    Hi,

    sorry für die späte Antwort. Verwende folgenden Code im Quick CSS Feld:

    @media only screen and (max-width: 767px) {
    .avia-icon-list article.article-icon-entry {
    width: 295px;
    positon: relative;
    left: -16px !important;
    }}
    

    Wenn du die Schrift noch zusätzlich kleiner machen willst, verwende auch noch diesen code:

    @media only screen and (max-width: 767px) {
    .iconlist_title {
    font-size: 10px;
    }
    .iconlist_content p {
    font-size: 10px;
    }}
    

    und passe den px Wert entsrepchend an.

    Gruß,
    Andy

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