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

    Hi,

    Homepage Slider on mobile
    Is there CSS that can be added to make the Tile and Caption sizes smaller on Mobile Only?
    The text is too large and crashing on mobile

    Thanks

    #1376316

    Hi woogie07,

    Please try to add this CSS code:

    @media only screen and (max-width:767px) {
      #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
        font-size: 36px !important;
      }
    }

    Just change the font size as you see fit.

    Best regards,
    Nikko

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