[Pro] Responsive captions and descriptions

What you want to do is use some extra CSS - something like:

figcaption > h1 {font-size: 24px !important;}

But wrapped in a media query

@media screen and (max-width:720px)
{
    figcaption > h1 {font-size: 24px !important;}
}

You would need to experiment with the numbers/BP sizes

D


Exhibeo mailing list
email@hidden
Update your subscriptions at: