WPG2 album titles not aligning properly?

zman
zman's picture

Joined: 2003-07-24
Posts: 196
Posted: Mon, 2012-01-16 16:52

Hello! I know the WPG2 plugin is no longer being updated or supported but I'm hoping somebody might be able to help me with what I think is a CSS issue. I'm using WP 3.3.1 and the WPG2 plugin and all seems to be working pretty good. I'm using a Gallery2 theme that seems to work best when inserting it into WP but am having one small problem.

Here is the way the Gallery looks directly...
http://www.dottiedelano.com/gallery/main.php

And here it is embedded into WP...
http://www.dottiedelano.com/?page_id=72

The one problem I'm having is that it is taking the album titles and putting them on the BOTTOM instead of to the right. I've tried widening it greatly but that doesn't seem to do anything. It does make the gallery wider but the titles still stay on the bottom.

There is one place in the WPG2 plugin that allows you to put in custom CSS. I really haven't changed anything here except the width and am not sure where the behavior of the gallery is being changed?

Does anybody have any ideas on how to get my album titles to the right of the thumbs instead of below? The way it is now it is confusing because the title is so far below the thumb that it looks lke the title is for the album below it. Thanks!!!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-01-16 20:04

WP's style.css is overwriting gallery's theme.css
gallery/themes/sirux/theme.css line ~113 add:
clear: none !important;

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
zman
zman's picture

Joined: 2003-07-24
Posts: 196
Posted: Tue, 2012-01-17 20:19

Thank you so much, suprsidr! I stuck that in the braces for the class (I think that is what it is called) .gallery-albums h4 and it worked! Thank you very much again for taking the time to help me out!!!