Quote Originally Posted by s_mack View Post
Was this addressed yet? I too would really like to adjust how close to the top the image is. With my banner in the background, it just looks funny - and with my larger photos, it makes people have to scroll. I haven't been able to find where in the code this is controlled.

- Steven
Look in the lightbox css and find this:
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}

#hoverNav {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:10;
}

#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}
The lines that I bolded are the ones I *think* you would need to play with...but I could be wrong...I haven't tried it myself...