Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376097

    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

    Ipad view of captions not responsive on BizDoktor.dk

    #376100

    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

    #376252

    Brilliant… much better now!! Thanks Genius and hope you have a fantastic 2015!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider captions not responsive’ is closed to new replies.