Page 1 of 1

flickr Photostream - Spacing Below

Posted: Sun Jan 13, 2013 10:53 am
by lfrantzen
Hi,

the flickr Photostream plugin (serendipity_plugin_flickr) does in my sidebar not generate the common spacing below the pictures in my 2k11 theme. The next sidebar plugin comes directly after the shown pictures. If I omit the headline of the next sidebar plugin (like "Syndicate this Blog") stuff might even be displayed right of the last picture.

You can check that at my blog (http://www.frantzen.info/).

Cheers and a nice Sunday,
Lars

Re: flickr Photostream - Spacing Below

Posted: Sun Jan 13, 2013 11:24 am
by Timbalu
Append this to your user.css.

Code: Select all

.sidebar_plugin {
    display: inline-block;
}

Re: flickr Photostream - Spacing Below

Posted: Sun Jan 13, 2013 12:54 pm
by lfrantzen
Thanks Timbalu, that solved it!

Re: flickr Photostream - Spacing Below

Posted: Sun Jan 13, 2013 4:14 pm
by yellowled
Good catch. Will be solved in the next 2k11 version by adding the clearfix class to sidebar plugins.

YL