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
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
Hi Nikko,
great! Thanks a lot!
Cheers,
Veronika