Centering Thumbnails In the Lightbox After Resizing Them
-
Hi,
I’ve resized the thumbnails in that appear at the bottom of the lightbox, but it’s now not centering the thumbnails like it did before. I’m using a theme that comes with PrettyPhoto built in and I’ve added this CSS to the prettyphoto.css file:
/* to resize thumbnails */
.pp_gallery ul a {
width: 37px;
height: 25px;
}/* to move thumbnails down a little vertically */
.pp_gallery { margin-top: -33px; }This is an example of the non centered thumbnails:
https://www.garrettburke.com/books/#!prettyPhoto%5BGallery-7%5D/0/
Any help would be greatly appreciated. I’ve tried adjusting all sorts of things but I guess the new width is causing something to break.
Tim
- The topic ‘Centering Thumbnails In the Lightbox After Resizing Them’ is closed to new replies.