Hello!
How can I move the slider caption farther down on small mobile screens (wide view)?
I tried the following, but it’s not working for some reason:
@media only screen and (min-width: 361px) and (max-width: 640px) {
.page-id-595 .slideshow_align_caption {
top: 40px !important;
}
}
What am I missing?
Thanks in advance for your help!
Hey Julie,
I would suggest moving the caption from the image at all on mobile devices and style the header and sub header a bit different.
If you need further assistance with that please let us know.
Best regards,
Victoria
Hey Victoria,
I agree that this would be a good idea on future pages, but for this one, I was hoping to get a quick fix for this one page to move the caption on just the one view– the rest are all ok for now.
Any way to achieve that?
Let me know.
Thanks!