Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there! I’m trying to do the same thing; did you ever find the solution?

    Thanks!

    I would like to know the answer to this too.

    The problem is actually your themes h3 setting.

    You can adjust this by adding a font-size: attribute to the #tooltip h3, #tooltip div style (around line 19 in lightbox-gallery.css)

    was:
    #tooltip h3, #tooltip div { margin: 0; }

    is now:
    #tooltip h3, #tooltip div { margin: 0; font-size: 10px; }

    set the 10px to whatever size floats your boat ??

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Lightbox Gallery] Tooltip size’ is closed to new replies.