Viewing 1 replies (of 1 total)
  • Theme Author Pitabas

    (@pitabas106)

    Use the following CSS to changed the slider letters font size for mobile device:

    @media (min-width: 0px) and (max-width: 767px) {
        body #home-slider .slide-content h1,
        body #home-slider .slide-content h2 {
            font-size: 18px;
            margin: 20px 10px;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Slider’ is closed to new replies.