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?
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!
Posts: 27300
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
Posts: 3
Oh awesome, thank you.
Now I know what it is, now I need to figure out what to edit to fix it.
Posts: 1378
Try this Guide
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 3
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!