Hi there
I am using the full width easy slider with a Caption Title, Caption text and 2 buttons. I want the image to fill the width of the page but not the depth – hence using full width slider not full screen slider. But the caption, text and buttons don’t fit on mobile screens – the image shrinks proportionally however all the text and buttons disappear.
i have the same setup on another dev site as well and its actually worse after the latest enfold update.
Cheers
Hey xfacta,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi there link below :-)
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1130px) {
.slideshow_caption {
width: 70% !important;
}
}
Regards,
Rikard
hi there
Sorry hint fixed it :-(
Didn’t fix it not hint fix it lol
Sorry I’ve taken that off again for you now
Hi,
Try the following instead:
@media only screen and (min-width: 768px) and (max-width: 1130px) {
.slideshow_caption {
width: 100% !important;
}
}
Regards,
Rikard
Sorry still not working :-(
Hi,
It looks fine on my end, could you post a screenshot of what you are seeing on your end and a mockup highlighting how you would like to change the layout please?
Thanks,
Rikard
Hi there
Link to screenshots below
Hi,
try this code inside your Quick CSS field:
@media only screen and (max-width: 767px) {
.avia-slideshow-inner {
height: 248px !important;
}}
and adjust as needed.
Best regards,
Andy