PDA

View Full Version : Edit Power Gallery


mrobben375515
01-18-2010, 10:54 AM
I have the power gallery working well, and I'm just wondering if there's any way to make it wider so that it fits my site template...can I do that. here's the link http://1to1marketing-llc.com/gallery.php

Justin Nemeth
01-18-2010, 11:08 AM
You can, you'll have to edit the galleries/grid_lightbox/css/common.css file. Adjust some css in the .pg-gl class to have a width of 1001px and a left padding of 2px. Here's the full css you would change:

.pg-gl {
background-color: #1E1E1E;
font-family: Arial,Helvetica,sans-serif;
padding: 8px 0 8px 2px;
width: 1001px;


}Also, all those dogs are pretty awesome.

-justin

WilliFixit
02-25-2010, 10:40 AM
You might want to see the post about the javascript file in http://www.webassist.com/forums/showthread.php?t=8862