Hallo,
ich möchte gerne die Button Schriftgröße in der Mobilansicht ändern, da diese zu groß ist. Statt zwei Buttons, wird nur einer angezeigt. Es geht um die Buttons “Westerburg” und “Rennerod” auf der Startseite.
Können Sie mir helfen?
Hey mbautz,
Thank you for the inquiry.
Looks like the slider is hidden on mobile view. If you still need to adjust the size of the buttons, try to use this css code.
@media only screen and (max-width: 767px) {
#top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a:before {
max-width: 50%;
font-size: 13px !important;
}
}
Best regards,
Ismael