Hey modders
I hope you can find the little quirk I ran into, because I'm pretty much at
my css/xhtml limit here
This is the problem:
- I have a WordPress site at http://www.motustudio.org
- It's an adjusted K2 theme, with widgets enabled.
- I installed a Flickr widget, but as you can see it doesn't appear to be quite right. The first image appears right next to the name "Flickr gallery".
Here's the CSS I used to alter the looks;
Code:
#flickr-javascript-widget img {
border: 1px solid #aaa;
padding: 0px;
margin: 5px 8px 5px 0px !IMPORTANT; /* for clever browsers */
margin: 4px; /* for not so clever browsers */
clear: right;
}
This Flickr-widget, along with the CSS, is used on a different theme I used as well. But the K2 theme is the first theme that doesn't render it right. I've tried to change the php/html in the Flickr-plugin, but that didn't work... mostly since i don't know much about PHP and Javascript.
Would any of you happen to know a (css?) workaround, or perhaps have an idea what went wrong here?