I would like to have best lightbox in the center

Q: Hello, I have 2 full licenses of your software and I am very happy with it
but there is one small issue I would like to resolve if possible:
by default, the gallery is aligned to the left... I would like to have it in the center
but when I try to modify the CSS file it doesn't work...

A: You should paste VisualLightBox BODY section in the <div></div>
tags and apply central alignment, for example:

<div align="center">

<!-- Start VisualLightBox.com BODY section id=1 -->
<div id="vlightbox1">
<a class="vlightbox1" href="data/images1/bruggie.jpg" title="Bruggie"><img src="data/thumbnails1/bruggie.jpg" alt="Bruggie"/></a>
<a class="vlightbox1" href="data/images1/german.jpg" title="German"><img src="data/thumbnails1/german.jpg" alt="German"/></a>
<a class="vlb" style="display:none" href="http://visuallightbox.com">jQuery Modal Popup by VisualLightBox.com v5.0</a>
</div>
<script src="engine/js/vlbdata1.js" type="text/javascript"></script>
<!-- End VisualLightBox.com BODY section -->

</div>

Related