Topic: Font looks tiny on the caption bar

The font on the caption bar on my page looks tiny (and not the standard looking font on your demo pages.

See here:

http://www.jurick.net/recently_published/index.html

I did not add any additional html coding, so I'm not sure what's going on. Can you help?

Thanks!

-Michael

Re: Font looks tiny on the caption bar

This is caused by a global CSS style in the embedding page affecting the Juicebox gallery. In this case it's this line in the file: 'sv.vertical.template-white.css'. Remove the 12px to fix the issue.

font: normal 12px Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman",serif;

Re: Font looks tiny on the caption bar

Felix - you are the man! This solution worked! Many many thanks!