I’m using the image slider with a single image so I can display text on top of it on our portfolio pages but when viewed in portrait on my Nexus 7 or portrait and landscape on the iPhone the text in the banner is not scaling and becomes almost unreadable.
Here is a link to our development site where you can see this happening – http://gd3.geneticdigital.co.uk/?portfolio=university-hospital-southampton
Thanks
Hey Yigit, I can see you’re busy on the form but seem to have missed my post?
Cheers
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption .avia-caption-title { font-size: 18px; padding: 2px; }}
@media only screen and (max-width: 480px) {
.avia-caption { padding: 0; bottom: 3px; }}
Best regards,
Yigit
Thanks for this, it now works correctly in the Nexus in portrait and in the iPhone in landscape but not in portrait :) Can you amend the so that works too.
Thanks
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.avia-caption .avia-caption-content p {
padding: 2px; }}
I only see the issue when screen size is smaller than 480px, so this should fix it
Best regards,
Yigit
Perfect thank you :)