flickr Photostream - Spacing Below

Creating and modifying plugins.
Post Reply
lfrantzen
Regular
Posts: 55
Joined: Fri May 02, 2008 1:24 pm
Location: Munich, Germany
Contact:

flickr Photostream - Spacing Below

Post 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
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: flickr Photostream - Spacing Below

Post by Timbalu »

Append this to your user.css.

Code: Select all

.sidebar_plugin {
    display: inline-block;
}
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
lfrantzen
Regular
Posts: 55
Joined: Fri May 02, 2008 1:24 pm
Location: Munich, Germany
Contact:

Re: flickr Photostream - Spacing Below

Post by lfrantzen »

Thanks Timbalu, that solved it!
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: flickr Photostream - Spacing Below

Post by yellowled »

Good catch. Will be solved in the next 2k11 version by adding the clearfix class to sidebar plugins.

YL
Post Reply