Gallery Format in Wordpress

rrobello

Joined: 2008-01-14
Posts: 6
Posted: Tue, 2008-03-25 05:41

How do I format my gallery to properly fit in wordpress?

Here is my page and how its showing up: http://www.auto-focus.us/autoblog/gallery

I'd like the gallery portion to fill that center black box under the header. The best that I can figure out is that according to this: http://codex.gallery2.org/Integration:WPG2_Options_-_WPG2_Output#endnote_2

Quote:
#3 If you have selected to send the Gallery2 Output via the Wordpress Page, depending on the theme you may need to perform a number of CSS tweaks in order to correctly display the output. WPG2 defaults to CSS tweak required in order to correctly stylise the Gallery2 Output within the Default Wordpress Theme.[2]

I am suppose to tweak the CSS, but I dont know where or how to do so. I tried upping the pixel ration where it says "width" in the third box but it doesnt change anything.

Can anyone help me? I would greatly appreciate it.

Thanks,
-Richard
www.auto-focus.us

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Tue, 2008-03-25 09:46

Moved to the CSS Forum.. Please read the sticky note up the top of this forum for the CSS Tweaking and tips..

____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-03-25 19:07

You have hardcoded a css:
.g2_column {width: 738px;margin: 0px 1px 0px 12px;}
I don't know where you set that but 738 could / should be our issue.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
blueskeyes

Joined: 2007-06-28
Posts: 23
Posted: Tue, 2008-03-25 19:34

The width value that floridave mentions can be changed in the wpg2 output options page. I changed mine from 738px to 95%. You should be able to change it to 100%.

 
rrobello

Joined: 2008-01-14
Posts: 6
Posted: Tue, 2008-03-25 19:55

thanks that fixed it. Why does it take a while before the previously visited pages take effect with the changes made?

www.auto-focus.us