Hi,
i have a problem from the slider on the mobile version.
The caption of the image is not displayed correctly (see thumbnail).
I don’t have changed any settings.
Thanks
The sliders aren’t fully responsive. Since the content of every slider is different you basically have to set up some additional CSS in Theme Options > General Styling to scale the title/caption for the various device sizes.
Hi @fionda85,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard, sure..
http://www.tricopigmentazionesardegna.it
Hi Kevin,
the problem it’s not the fully responsive of the sliders, but the title/caption are not centered on the image as i have setting.
Hi Rikard,
Have you take a look?
Rikard can you give me assistance?
Hi,
Please add this code in the Quick CSS field:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 0 !important;
}
}
And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
Ismael
Perfect..
Thanks!