I recently upgraded from WPG2 v2.0 to WPG2 3.0.1. I had it looking correct in wpg2 v2.0 but after upgrading, my photos shifted to the right 1/4 of the page.
http://www.taibros.net/wpg2/
I've tried editing the .css for the gallery theme, but it hasn't seemed to make any difference. I'm somewhat at a loss as to how to fix this. Any help would be greatly appreciated.
Posts: 492
Try changing these two sections of css from
to
And get Firebug, it's awesome at troublshooting these types of problems.
EDIT: Sorry, I had the two blocks above backwards on my first try. That's what I get for doing it too quickly...
Kirk
____________________________________
G2Image Documentation, G2Image Demo Page, My Family Website
Posts: 40
yea i completely forgot that wpg2 uses pages, so that might be my issue. I'll give your suggestion a shot. thanks!
Posts: 492
Sorry, I had the From and To blocks backwards on my first try. See my edited post above...
Kirk
____________________________________
G2Image Documentation, G2Image Demo Page, My Family Website
Posts: 40
I'm finding that some code somewhere is adding the following style into the css.
<style type="text/css">
.content { width: 738px; }
.gallery-thumb { width: 180px; height: 180px; }
.gallery-album { height: 210px; }
</style>
I've looked all over, but I can't seem to find out where that's coming from. That code is affecting the layout since I can't find it to be able change it...