Tagged: caption, image, overlay, responsive, text
Hey missouriartscouncil,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.av-image-caption-overlay-center p {
font-size: 14px;
line-height: 20px;
}}
Cheers!
Yigit
Yigit, what is that code actually going to command to take place?
Hi!
It will decrease font size and line height of captions on screens smaller than 768px
Regards,
Yigit
I will try it, thanks!