Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1423106

    Hi,
    I’m using Enfold Band and also the video slider/banner on top. It doesn’t look good on mobile view – not large enough, can’t see the text on it. How can I change that?
    Kind regards,
    Veronika

    #1423158

    Hi Loveronika,

    Thanks for giving us admin access.
    I have adjusted the font sizes on smaller devices (you can see this when you edit the slide element, and you go to Style > Font Sizes, then you select those icons and set the font sizes). Then I added this CSS in Enfold > General Styling > Quick CSS, to adjust the height of the slider:

    @media only screen and (max-width:479px) {
        .home #full_slider_1, 
        .home #full_slider_1 .avia-slideshow, 
        .home #full_slider_1 .avia-slideshow-inner, 
        .home #full_slider_1 .avia-slide-wrap {
            min-height: 300px;
        }
    
        .home #full_slider_1 .avia-slide-wrap {
            background-size: cover !important;
        }
    }

    Please review your website.

    Best regards,
    Nikko

    #1423166

    Hi Nikko,
    great! Thanks a lot!
    Cheers,
    Veronika

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Size of video slider’ is closed to new replies.