Hello Kriesi Team,
I have an easy Slider on my homepage, but the text of the Caption Title are in portrait mode not responsive on smartphone. What can I do to fix it? I didn’t find answers to this problem in the support pages.
Thanks a lot.
Hey turistai!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width:500px) {
.avia-caption-title, .avia-caption-content p {
font-size: 12px !important;
}
}
Best regards,
Yigit
Hello
I used it already but it didn’t worked.
I also tried this one:
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption .avia-caption-title {
font-size: 16px;
padding: 5px 7px;
}
}
It worked well on smartphones but also changed the desktop version. I don’t want to change the desktop version. It is ok.
Any sugestion?
Thanks
Hey!
Your code is wrapped inside media queries so it should not be applied to desktop version. Can you post the link to your website please?
Regards,
Yigit
Hey!
Can you please try adding following code to Quick CSS
@media only screen and (max-width: 480px) {
h2.avia-caption-title {
font-size: 16px;
}}
If that does not help, please create a temporary admin login and post it here privately, if you do not mind.
Regards,
Yigit
Hi!
Please review your website now. There was a typo with the first code i edited it.
Regards,
Yigit
Hey!
Please review your website now. I found one more unclosed curly bracket. Now site width is corrected.
Regards,
Yigit
It worked. Great help, Yigit!
Best,
Adelaide