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
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
Hi Rikard,
see the information below in the provate content section.
Thanks,
1byday
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