Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Ыlider missing on mobile

Home Forums VW Theme Ыlider missing on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85565

    Hello! I don’t see slider in mobile phone format. What could be the problem and how to fix it?

    Home

    #85581
    developer vwtheme
    Participant

    Hi,

    Add the below css to fix it

    To add css follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 575px){
    #slider {
    display: block !important;
    }
    }
    Thank you

    #85587

    Thank you. It worked. In this case, only the slider is not informative, since the background image remains in its original size and, therefore, the text is poorly readable. Is it possible to make the background image of the slider responsive to the mobile version?

    Home

    #85627
    developer vwtheme
    Participant

    Hello,

    Add below css in additional css


    @media
    screen and (max-width: 576px){
    #slider p.wow {
    font-size: 24px;
    }
    #slider h2.top-h {
    font-size: 28px;
    }
    #slider .bottom-head h2.bottom-h {
    font-size: 23px;
    }
    #slider .slide-but a {
    font-size: 18px
    }

    }

    Thank you

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