I am trying to change
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 100px;
}
As in mobile devices the captions are too low on the screen –
however no change to .slideshow_caption is taking effect – please advise
@media only screen and (max-width: 767px) {
.slideshow_caption {
padding: 10px 0 0 0;!important;
}
}
After check with developer tools, this padding is being overridden
Hey Aeroviews,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue and the link to the site? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
Ismael
Hi
I sorted it in the end with minus amount in a margin.
Thank you