
Originally Posted by
taydu
i know i could do that, but i have a lot of picture. What I want to do is edit the lightbox template to shift the image down the top so it won't over lap but i dónt know where in the template to edit.
Well then it looks like you'll have to play with the css files for that purpose, open up the includes/templates/YOUR_Template/css/stylesheet_lightbox.css and look for :
Code:
#prevLink,#nextLink {
background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
display:block;
height:100%;
width:63px;
}
#prevLink {
background-image:url(../../template_default/images/lightbox/prevlabel.gif);
background-position:left 0;
background-repeat:no-repeat;
float:left;
left:0;
}
#nextLink {
background-image:url(../../template_default/images/lightbox/nextlabel.gif);
background-position:right 0;
background-repeat:no-repeat;
float:right;
right:0;
}
I dont have multiple images to show the next/prev buttons so wouldnt know what to change, but this is the area.
Good luck.
Gerry
Bookmarks