Edit Power Gallery
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 gallery.php
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 gallery.php
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
You might want to see the post about the javascript file in http://www.webassist.com/forums/showthread.php?t=8862
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.