Tagged: caption, responsive, slider
Is there anyway that the slider captions can become responsive? Whilst I can understand why it may be difficult on phones, the text can’t even be seen on ipads it disappears below the bottom line of the slider and because it is a slider there is not even an option to scroll to see it somehow which means buttons are invalid as you can’t get access and don’t know there is a button.
I have not touched any of the default settings, they are intact as when we installed the theme. http://www.BizDoktor.dk
Hey Annemarie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1040px) {
.slideshow_align_caption h2 {
font-size: 15px!important;
}
.avia-caption-content {
font-size: 13px!important;
}}
Regards,
Yigit
Brilliant… much better now!! Thanks Genius and hope you have a fantastic 2015!