Hi.
Nice theme, thank you for your work.
I have a little issue, when my web makes responsive (tablets and mobiles) text slider make very small.
Please could you help me?
Thank you.
Hey vmoralestejedor,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #top .slideshow_caption h2 {
font-size: 50px !important;
}
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 30px !important;
}
}
Best regards,
Rikard
Hi.
Thank you I did it but is not working.
Nothing happen.
Check the web you have credentials.
Regards.
Hi,
It’s being applied when I check it, if you need to target screens under 480 pixels then please use this:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 50px !important;
}
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 30px !important;
}
}
Best regards,
Rikard
Perfect, thank you.