Strange display issue.

f4j

Joined: 2008-04-28
Posts: 3
Posted: Mon, 2008-04-28 19:33

I'm running the sidebar widget for wordpress at [url]www.prettyfar.com[/url] when the thumbnail is clicked the gallery loads but offcenter and broken.
Any ideas on how to fix this or even have the image link open in a new window?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2008-04-28 23:30

Moving to the correct forum.

your WP theme css has:

#content {
	float: right;
	width: 640px;
	padding:10px;	
}

You are forcing gallery to float to the right.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
f4j

Joined: 2008-04-28
Posts: 3
Posted: Tue, 2008-04-29 08:59

Oh awesome, thank you.
Now I know what it is, now I need to figure out what to edit to fix it. :)

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Fri, 2008-05-02 01:45

Try this Guide

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

 
f4j

Joined: 2008-04-28
Posts: 3
Posted: Sat, 2009-04-25 17:38

I've tried editing the theme. Changing the float...changed how the index is displayed rather than the behaviour of how the link once clicked is displayed.
I'm at a bit of a loss. Help!