<?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; Tag: stack - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/stack</link>
		<description>WordPress.com Forums &#187; Tag: stack - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 10:14:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/stack" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Stacking Text Beside a Picture"</title>
			<link>http://en.forums.wordpress.com/topic/stacking-text-beside-a-picture#post-1109236</link>
			<pubDate>Tue, 01 Jan 2013 21:25:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1109236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, how can I code the CSS to allow to me to import a picture to place to the left of my newly stacked title? </p></blockquote>
<p>First, import the picture to your media library and grab the URL.<br />
<a href="http://en.support.wordpress.com/media/media-add-new/" rel="nofollow">http://en.support.wordpress.com/media/media-add-new/</a></p>
<p>Next, here is an example showing how to add a background image to the site title in the Origin theme:</p>
<pre><code>#site-title {
	width: 160px;
	height: 100px;
	padding-left: 110px;
	background: url(&#039;http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png&#039;) -40px center no-repeat;
}</code></pre>
<p>You'll want to replace the url() value with the link to the image you uploaded to your media library. Then adjust all of the numbers until the spacing looks good to you.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Stacking Text Beside a Picture"</title>
			<link>http://en.forums.wordpress.com/topic/stacking-text-beside-a-picture#post-1109231</link>
			<pubDate>Tue, 01 Jan 2013 21:20:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1109231@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>With CSS only, I'd just make the container for the site title smaller to force the text to wrap. Here's an example:</p>
<pre><code>#site-title {
	width: 160px;
}</code></pre>
<p>Add that to your Appearance &#8594; Custom Design &#8594; CSS editor and click the Preview button to see it working.
</p>
]]></description>
					</item>
		<item>
			<title>mbrando4 on "Stacking Text Beside a Picture"</title>
			<link>http://en.forums.wordpress.com/topic/stacking-text-beside-a-picture#post-1102944</link>
			<pubDate>Mon, 24 Dec 2012 22:08:40 +0000</pubDate>
			<dc:creator>mbrando4</dc:creator>
			<guid isPermaLink="false">1102944@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I stack "The Peplum" so that my title looks like...</p>
<p>The<br />
Peplum </p>
<p>Also, how can I code the CSS to allow to me to import a picture to place to the left of my newly stacked title?
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1064920</link>
			<pubDate>Fri, 09 Nov 2012 05:30:49 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">1064920@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>elliemade on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1064193</link>
			<pubDate>Thu, 08 Nov 2012 15:57:16 +0000</pubDate>
			<dc:creator>elliemade</dc:creator>
			<guid isPermaLink="false">1064193@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! That's taken care of it!
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063901</link>
			<pubDate>Thu, 08 Nov 2012 07:28:31 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">1063901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@elliemade,</p>
<p>This is nothing to do with our theme improvement and it is purely caused by your custom CSS. You have this in your custom CSS but the value "center" is not valid value for float property. I'm not sure what you are trying to do here but if you remove that, the navigation will line-up horizontally.</p>
<p><code>#access li {&lt;br /&gt;
float: center;&lt;br /&gt;
padding: 0;&lt;br /&gt;
margin: 0;&lt;br /&gt;
}</code></p>
<p>Hope it helps.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063764</link>
			<pubDate>Thu, 08 Nov 2012 00:14:47 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1063764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.
</p>
]]></description>
					</item>
		<item>
			<title>elliemade on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063762</link>
			<pubDate>Thu, 08 Nov 2012 00:13:30 +0000</pubDate>
			<dc:creator>elliemade</dc:creator>
			<guid isPermaLink="false">1063762@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're the best! Thank you for your prompt attention and help!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063761</link>
			<pubDate>Thu, 08 Nov 2012 00:12:38 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1063761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes you will but now that I have thought about this let's see what the Themes Staff have to say in this Themes Forum first, as they could be improving the theme.
</p>
]]></description>
					</item>
		<item>
			<title>elliemade on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063759</link>
			<pubDate>Thu, 08 Nov 2012 00:10:35 +0000</pubDate>
			<dc:creator>elliemade</dc:creator>
			<guid isPermaLink="false">1063759@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks! Will I still receive email updates from it there?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063758</link>
			<pubDate>Thu, 08 Nov 2012 00:09:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1063758@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This post will be moved to the CSS Forum for you.
</p>
]]></description>
					</item>
		<item>
			<title>elliemade on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063757</link>
			<pubDate>Thu, 08 Nov 2012 00:09:33 +0000</pubDate>
			<dc:creator>elliemade</dc:creator>
			<guid isPermaLink="false">1063757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, I've just updated Safari, so it shouldn't be a version issue...
</p>
]]></description>
					</item>
		<item>
			<title>elliemade on "Quintus theme navigation stacking vertically in Safari?"</title>
			<link>http://en.forums.wordpress.com/topic/quintus-theme-navigation-stacking-vertically-in-safari#post-1063755</link>
			<pubDate>Thu, 08 Nov 2012 00:08:21 +0000</pubDate>
			<dc:creator>elliemade</dc:creator>
			<guid isPermaLink="false">1063755@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having trouble with the theme (Quintus) I've customized (perhaps, somewhat clumsily, as I'm still learning) in Safari. It looks great in IE and Firefox, but in Safari, it stacks the navigation vertically, instead of displaying it horizontally, like in other browsers. </p>
<p>Any ideas for how to fix this? Thanks for any help!!
</p>
]]></description>
					</item>

	</channel>
</rss>
