<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Change flickr widget layout</title>
		<link>http://en.forums.wordpress.com/topic/change-flickr-widget-layout</link>
		<description>WordPress.com Forums &#187; Topic: Change flickr widget layout</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 18:59:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-flickr-widget-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>hendikaf on "Change flickr widget layout"</title>
			<link>http://en.forums.wordpress.com/topic/change-flickr-widget-layout#post-1055207</link>
			<pubDate>Tue, 30 Oct 2012 13:55:59 +0000</pubDate>
			<dc:creator>hendikaf</dc:creator>
			<guid isPermaLink="false">1055207@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much, it works! I've just adapted it a little to better fit with my page width.<br />
<code>.widget_flickr #flickr_badge_uber_wrapper {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.widget_flickr td a {&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	margin-left: 2em;&lt;br /&gt;
	font-size: 1.1em;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.widget_flickr td br {&lt;br /&gt;
	display: none;&lt;br /&gt;
}</code>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change flickr widget layout"</title>
			<link>http://en.forums.wordpress.com/topic/change-flickr-widget-layout#post-1053407</link>
			<pubDate>Sun, 28 Oct 2012 15:10:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1053407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Note that you do have a typo in your CSS, it should be "right" not "rigth", but even with that fixed it looks like Flickr may have made a change on their side that you need to adjust for.</p>
<p>Try removing the flickr styles you have in your Appearance &#8594; Custom Design &#8594; CSS editor and add this instead:</p>
<pre><code>.widget_flickr #flickr_badge_uber_wrapper {
	width: 100%;
}
.widget_flickr td a {
	float: left;
	padding-right: 1em;
}
.widget_flickr td br {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hendikaf on "Change flickr widget layout"</title>
			<link>http://en.forums.wordpress.com/topic/change-flickr-widget-layout#post-1052921</link>
			<pubDate>Sat, 27 Oct 2012 16:47:37 +0000</pubDate>
			<dc:creator>hendikaf</dc:creator>
			<guid isPermaLink="false">1052921@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have added the flickr widget in my footer area on the oxygen.  I want to have the thumbnails displayed on just one line,  horizontally Instead of having them being displayed vertically, one under another.</p>
<p>I have the custom CSS option and previously succeeded in doing it but the html code of the widget seems to have changed and my CSS code isn't working anymore.<br />
The code I was using :<br />
.widget_flickr .flickr-size-thumbnail a {display: inline-block; float: rigth;}<br />
.widget_flickr .flickr-size-thumbnail img {display: block; float: rigth;}
</p>
]]></description>
					</item>

	</channel>
</rss>
