Hey Support Ninjas!
So, working on a new site, using y’alls Medical Demo as my base — and it looks great on desktop so far, video in the full width slider works and the fall back image shows up fine on mobile, but my Caption is getting cut off when viewing on the iPad or iPhone. (I did use some code I found from another post in quick CSS to lower the text just a tad, is that maybe the issue?)
How to fix?
Thanks!
Rob
Hi Rob,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.slideshow_align_caption {
top: 25% !important;
}
}
Best regards,
Rikard
Hey man
That looks great on an iPhone, but doesn’t seem to work on my iPad. Ideas?
Thank you!
Hi,
Thanks for the feedback. Please try this to target tablet sizes:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.slideshow_align_caption {
top: 25% !important;
}
}
You might have to adjust the value 25 a bit to place it where you want it.
Best regards,
Rikard
Hey there, support Ninjas!
I tried the above css, even adjusting to 1% from 25 —
I had to also lower my font size a bit…
It solves the issue on iPad, but on my iPhone 7Plus and on my wife’s iPhone 6 the text is still cut off partially.
It’s the grid row that obstructs the text. Is there a way to force that not to encroach into the space of the easy slider?
THANKS GUYS!!!
Hi again
DISREGARD. I deleted the previous CSS y’all gave me and replaced it with the code Rikard gave me and now it’s working.
You guys ROCK!
-Rob