HI, My fullscreen slider on mobile is quite tall. How do I make things more proportioned?
Hi stephaniebLOS,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .avia-fullscreen-slider .avia-slideshow {
max-height: 50vh;
}
}
Just change the value, 50vh is 50% of the vertical height of the screen.
Hope this helps.
Best regards,
Nikko