Hi,
Screenshot : http://screencast.com/t/B4J5GIKeAws
Please advice how to make my caption text in the fullwidth easy slider look the same as on the pic on the left? On 4 accurate rows.
Thanks!
Kirill
Hey!
Try adding this code to the Quick CSS:
.slideshow_caption {
width: 60%;
}
Cheers!
Josue
Hi Josue,
Thanks for your reply, it helped! :)
One more question, how to make the text look good on mobile also? Now on mobile sizes the text becomes really small and is split in two rows, instead of four? http://screencast.com/t/Ll8M0DpcN5
Thanks!
Kirill
Try increasing the font size of the slideshow:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption .avia-caption-content{font-size: 24px !important;}
}