Hi,
I have an issue with the Enfold theme on mobile, when I use the full width easy slider it crops off the 2 buttons that I have on the slider.
I have read all the topics on this but I have been unable to solve it.
Could you please help?
Thanks
Justin
Hey trunky32,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 362px) and (max-width: 767px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 6px!important;
}
}
@media only screen and (max-width: 361px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 6px!important;
}
#top .avia-builder-el-0 a.avia-slideshow-button {
padding: 5px 5px !important;
margin-top: 2px !important;
margin-right: 0px !important;
}
#top .avia-builder-el-0 .avia-caption-content p {
margin-top: 0px !important;
}
}
Best regards,
Mike
Hi Mike,
Put in place and it works, just what I wanted…..perfect!
Thanks
Justin