Topic: Caption font style/size/position behaviour altered with 1.5 [SOLVED]
Hi,
first off ... thanks for the auto-hide thumbnails. I requested this a long time ago and it's really nice to see it in there.
I have a slight issue with Caption font style/size/position behaviour in 1.5 which has changed from previous versions for me.
I use some custom css in Freeway Pro to alter Caption position and font size for my embedded galleries. I have noticed on the only gallery that I've upgraded to so far, that the font is not being positioned where it was previously and appears to be a larger size, or perhaps it's being put in bold (hard to tell from Safari's rendering).
This is the upgraded 1.5 gallery:
http://www.grantsymon.com/e/Food.html
All other galleries are 1.4x
NB, not all images have a caption.
Any idea what's going on?
This is the CSS I have added:
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Della+Respira|Alegreya+Sans:300,400|Droid+Serif:400,700,400italic,700italic' rel='stylesheet'>
<style type="text/css">
.fwNavItem a {
-webkit-backface-visibility: hidden;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
body {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-backface-visibility: hidden;
}
.jb-caption p {
font-size: 11px !important;
line-height: 11px !important;
}
.jb-cap-frame .jbac-number {
font-size: 11px !important;
}
.jb-idx-thb-list-page-number {
font-size: 11px !important;
}
/* Image number */
.jb-cap-frame .jbac-number {
margin-top: 20px !important;
}
/* Image Caption */
.jb-caption p {
margin-top: 20px !important;
}