Tagged: background, caption, easy slider
Hi there,
I’m using the fullwidth easy slider on my homepage, and each slide has captions. I’d like to extend the caption background across the full width of my screen, but so far my attempts haven’t worked. How can I achieve this? Thank you in advance!
Hey 1lizcollins,
Try this code in the General Styling > Quick CSS field:
.page-id-5 .avia-caption-title, slideshow_align_caption {
width: 100% !important;
}
.page-id-5 .av_slideshow_full .container.caption_container {
padding: 0px !important;
}
.page-id-5 .slideshow_inner_caption {
padding: 0px !important;
}
Best regards,
Mike
Thank you Mike!
That code has helped – the caption background now spans the full content width of the page, but I’m using a stretched layout I want the background to stretch all the way to the edge of the screen. How can that be achieved?
Thank you!
Hi,
Try adding this code:
.responsive .container {
max-width: 1500px!important;
}
.caption_fullwidth .container {
margin: 0px !important;
}
Best regards,
Mike
Yes, that worked. Thank you! You can mark this as solved.