WPG2 album titles not aligning properly?
zman
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... And here it is embedded into WP... 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!!! |
|
Posts: 8339
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
Posts: 196
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!!!