Hi there,
Please see our development site at: http://new.arti-sign.nl/.
On home I have started with an easy slider full width. Put some title and text on top. Unfortunately on smaller mobiles the text is not readable. It is too big so that only part of it can be seen.
Can you advise what to do to solve this?
Thanks & regards,
Monique
Hi Monique!
Add this to your custom CSS.
@media screen and (max-width: 450px) {
.responsive #top h2.avia-caption-title {
text-transform: capitalize !important;
font-size: 12px !important;
}
}
Best regards,
Elliott
Ok, that works fine. Thanks Elliott!
You can flag this topic as solved.
Have a nice day,
Monique