Get the responsive lightbox jquery thumbnails to show up in a horizontal row?

Q: I purchased Visual Lightbox a few days ago. First of all...nice software! However, I am
having a problem when I try to incorporate the light box in my own websites. I paste the
HTML code in my website as indicated in the instructions, but when viewing the webpage,
all the thumbnails show up in a vertical row. What do I need to do to get the thumbnails
to show up in a HORIZONTAL ROW, as they do in the webpage created by Visual Lightbox?

Thanks In advance for your help!

A: You've installed VisualLightBox gallery in the div tag with the fixed width:

<div style="position:absolute;left:0px;top:0px;width:192px;height:192px; text-align:left;">
<!-- Start VisualLightBox.com BODY section id=1 -->
<div id="vlightbox1">



Try to change value for 'width' parameter, for example to 'width:792px;' :

<div style="position:absolute;left:0px;top:0px;width:792px;height:192px; text-align:left;">
<!-- Start VisualLightBox.com BODY section id=1 -->
<div id="vlightbox1">

Related