Hi,
I have set the max height of the layer slider so different sized images work like this :
.home #full_slider_1 div.avia-slideshow {
max-height: 345px;
}
and for other page besides home page like this
#full_slider_1 div.avia-slideshow {
max-height: 200px;
}
However, when I resize my screen the caption text disappears to the bottom of the image and becomes invisible.
Can you advise on how to set it so it keeps positioned in the middle of the visible image ?
Thanks in advance.
Hey marcusss,
Could you post a link to where we can see the problem you are having please?
Best regards,
Rikard
Hi,
For the sliders on all pages except the homepage I adjusted your css to this:
#top:not(.home) #full_slider_1 .avia-slide-wrap {
max-height: 200px;
}
this sets the slider height to 200px and centers the caption title.
For your homepage, when I checked you had a max-height of 600px, but the first two slides had heights of 570px so it still looked like it was uneven, I changed your css to this:
.home #full_slider_1 .avia-slide-wrap,
.home #full_slider_1 .av_slideshow_full .av-slideshow-caption {
max-height: 570px;
}
please clear your browser cache and check.
Best regards,
Mike
Thanks a lot Mike, perfect fix !
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike