Tagged: easy slider, responsive
Hi, I have an easy Slider testimonial slide show on this homepage, but the text of the Caption Title box are not readable in portrait mode on smartphone. The text inside does not seem to be full responsive. Caption text seems to be ok.
No problem on landscape mode (iPhone), only in Portrait. Can you help me?
Hi Nicola!
Add this to your custom CSS.
@media and screen (max-width:500px) {
.avia-caption-title, .avia-caption-content p {
font-size: 12px !important;
}
}
Regards,
Elliott
Sorry, it doesn’t work for me. Check it here: http://www.browserstack.com/responsive
Any further suggestion?
Hi!
Can you please post the content of your Quick CSS using – http://pastebin.com/
Code Elliott posted is currently not being applied
Regards,
Yigit
Hi Yigit, first time for me on pastebin, hope i’m doing well…
Hey!
Yes, you did great :) Can you please try replacing your Quick CSS with following – http://pastebin.com/mKxy8Dcq
Regards,
Yigit
I pasted but, as you can see, especially the first part of the sentence is still cut :(
Hi!
Your titles are very long to fit inside the slider on mobile screens. There are two options that i can think of
1- Making font size even smaller, which would make captions very tiny – harder to read
2- Remove captions on mobile
If you would like to use second options, please use following code in Quick CSS
@media and screen (max-width:500px) {
.avia-caption-title, .avia-caption-content p {
display: none;
}
}
If you would like to use first option, please adjust the font size in the code Elliott posted
Regards,
Yigit
I agree, and i will ask my client.
third solution: try to reduce the phares… :)