theme was purchased by my client and it does not play well with lightbox and we want best of both workds so we have it so that the lightbox wokrs but the banner on the index page just won't do what I want.
link: http://www.pennylandbridal.com.au/shop
the banners stack upon each other beause their script (which is what was stuffing up lightbox) has them set for the size of the top one. we would like to have them above each other like the first two...with the same space between them that I managed to get done.
Unfortunaltey I know not enough about php to further make them behave. I am using their stylesheet.css file at the ine that says:
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0em;
}
and changed it to:
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: .15em;
width: 980px;
height: 220px;
margin: 0em;
float: left;
list-style-type: list;
}
I can attach the css files if you like to see where it is governed at, they have several..lol... main -- tm and the stylesheet one above code came from.
I have managed to decrease the space between them all but not enough.
any ideas? that does not include contacting the creators that depending on who you talk to is how much they charge...they don't seemt o be in agreement over that part either.



