Topic: Image Title vertical position
Hi Steven,
I have a problem with vertical alignment of the image title, which seems to be Bottom (JuiceBox Pro, 1.4.2). I'd like to have it set to Middle position.
http://asdaroth.com/misc/Title.jpg
Here is the gallery link: http://www.asdaroth.com/Zakynthos2014/index.html
I tried to add this to index.html, but it didn't work (just the font size was changed):
.jb-caption .jb-caption-title {
font-size: 13px !important;
vertical-align: middle;
}
.jb-caption p {
font-size: 13px !important;
vertical-align: middle;
}