Tagged: easy slider
Hi, I have an issue with the caption in the slider of my pages (not in the home page) but all the rest.
I want the caption to be centered in the image and I have selected it in the options but it’s not working and it doesn’t look good, the problem is mainly on mobile… In desktop it looks quite centered…
I attach links to the pages I’m refering to.
Thank you in advance!
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 0 !important;
}
}
Best regards,
Yigit