Tagged: Fullwidth Easy Slider, mobile, slider
Is there any chance about using the Fullwidth Easy Slider in the mobile version visualitation to increase the height not deforming the picture?
For example:
In this case we see that the slider is smaller than the call to actions behind, but we want to make it bigger than them.
Thanks a lot for your help
Best regards
Hey SMSPRO_CENTRAL,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* Fullscreen slider height in portable devices*/
@media only screen and (max-width: 775px) {
#full_slider_1 li{
min-height: 265px !important;
}
#full_slider_1 li img{
min-width:175vw
}}
Best regards,
Vinay
I have tested the code and it works so good!!
Thanks a lot for the help!!
Best regards