On Mobile only, how can I move Fullwidth Easy Slider caption down on mobile so it doesn’t cover the word Pace in the image? The size etc is perfect so please don’t change that.
live site – http://balrajt9.sg-host.com/
Screenshot – https://ibb.co/NrVNJWv
Thanks as always
Hey navindesigns,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (max-width: 767px) {
#top.home .slideshow_align_caption {
vertical-align: bottom;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike