PDA

View Full Version : Slideshow breaking page & gallery up


info355813
03-30-2010, 09:33 AM
Hello,

I'm having a problem with the slideshow Dissolve (all the slideshows did this actually) breaking my page up. Page can be viewed at: http://pol-tm.com/featuredwork.php username "pol" pw "333333" | All the other galleries have been fine, for some reason this breaks the page up & I can't figure out why. I was trying to change the width of the slideshow but that didn't change anything (could've not been the right setting). Can someone please help me out with this? Thank you so much.

Jason Byrnes
03-30-2010, 11:40 AM
the slideshow galleries will look for an outerWrapper div and automatically adjust it's width to 784px.


to work around the problem, you can rename the outerWrapper div in your page, and change the CSS class to use the new name.

info355813
03-30-2010, 12:19 PM
just within my page or site css and not touch anything for that gallery? will it then fit nicely inside that page like all the other galleries have this far? thanks.

Jason Byrnes
03-30-2010, 12:33 PM
make the change in your page and the site css.

changing the name of the outerwrapper div will fix the issue you are having.

info355813
03-31-2010, 10:46 AM
great, fixed the problem!

now i am having trouble getting this gallery to center on the page. i have it setup like all the other galleries but it's not getting centered. any help?

http://pol-tm.com/featuredwork.php -usr "test" pw "111111" to access

thanks.

Jason Byrnes
03-31-2010, 11:30 AM
in the http://pol-tm.com/gallery/galleries/slideshow_dissolve/css/dark.css file, add margin: 0 auto; to the .pg-sd selector:
.pg-sd {
background-color: #303030;
border-color: #000;
margin: 0 auto;
}