Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1296941

    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?

    #1297332

    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

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