Happy Monday Kriesi Team, I noticed on my website the full Width Easy Slider Mobile has a view issue on mobile devices. The buttons are cut off and the header text os very close to the top. Is there setting under the dashboard to fix.
Hey bobthechiropractor,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
#full_slider_1,
#full_slider_1 .av_slideshow_full.avia-slideshow,
#full_slider_1 .avia-slideshow-inner,
#full_slider_1 .avia-slideshow li,
#full_slider_1 .avia-slideshow li img {
min-height: 240px;
}
#full_slider_1 .avia-slideshow li img {
width: 140% !important;
max-width: auto;
}
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 0px;
}
#top .avia-slideshow-button {
margin-top: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
