hi,

my lightbox is always centered aligned, I would like to have it on the left.

I changed:

"text-align: left" in the css
and I set left-margin:0 in javascript.js file...

In Firebug I don't see any left margin / padding.

How comes it is still there ?

thanks

Comments

aneuryzma’s picture

I solved...

#outerImageContainer, #frameContainer, #lightboxFrame{

margin-left:0px;
}