- This topic has 5 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Home Page slider image text’ is closed to new replies.
theme: SKT Medical Pro
http://susansmithdds.com/
When looking at the home page on a phone, the text on the slider covers the image. How do I make the text smaller?
https://snag.gy/btjT0a.jpg
Hi Laura,
Kindly add this code in Custom CSS Box:
@media screen and (max-width:767px) {
.slide_info h2 strong{font-size:12px !important;}
}
Regards,
Brad
Thank you, the text is smaller, but still goes over the faces. Can the text wrap?
https://snag.gy/8ExMQm.jpg
Kindly add this code in Custom CSS Box:
@media screen and (max-width:767px) {
.slide_info h2 strong{line-height:12px;}
.nivo-caption{width:50% !important;}
}
Regards,
Brad
Wonderful, that worked. Thanks!
🙂