<?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: Moving a text widget with css</title>
		<link>http://en.forums.wordpress.com/topic/moving-a-text-widget-with-css</link>
		<description>WordPress.com Forums &#187; Topic: Moving a text widget with css</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 15:56:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/moving-a-text-widget-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Moving a text widget with css"</title>
			<link>http://en.forums.wordpress.com/topic/moving-a-text-widget-with-css#post-596701</link>
			<pubDate>Sat, 30 Apr 2011 03:20:20 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">596701@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>stampthewax on "Moving a text widget with css"</title>
			<link>http://en.forums.wordpress.com/topic/moving-a-text-widget-with-css#post-596699</link>
			<pubDate>Sat, 30 Apr 2011 03:16:20 +0000</pubDate>
			<dc:creator>stampthewax</dc:creator>
			<guid isPermaLink="false">596699@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks, works perfectly!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving a text widget with css"</title>
			<link>http://en.forums.wordpress.com/topic/moving-a-text-widget-with-css#post-596567</link>
			<pubDate>Fri, 29 Apr 2011 20:18:37 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">596567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You have to do it as follows. By setting #container to position relative it will keep the icon in the right place no matter whether someone is logged into wordpress or logged out. You then set #text-4 to position absolute and then use the left or right and top declarations. This puts the icon at the right end of the black bar at the top of your theme.</p>
<pre><code>#container {
position: relative;
}

#text-4 {
position: absolute;
top: 5px;
right: 5px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>stampthewax on "Moving a text widget with css"</title>
			<link>http://en.forums.wordpress.com/topic/moving-a-text-widget-with-css#post-596530</link>
			<pubDate>Fri, 29 Apr 2011 19:04:52 +0000</pubDate>
			<dc:creator>stampthewax</dc:creator>
			<guid isPermaLink="false">596530@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm trying to put a facebook icon at the top of my page. I uploaded the icon image in a post and linked it, then copied the html to a text widget. I've identified it as 'text-4' from this:</p>
<p>&#60;div id="text-4" class="widget widget_text"&#62;			&#60;div class="textwidget"&#62;<a href="https://www.facebook.com/pages/Stamp-The-Wax/205315286175791">&#60;img src="http://stampthewax.files.wordpress.com/2011/04/facebook4.jpg" alt="" title="Join us on Facebook" width="29" height="29" class="alignnone size-full wp-image-122" /&#62;</a>&#60;/div&#62;<br />
		&#60;/div&#62;</p>
<p>but it wont move when i try with top/left coordinates in css.</p>
<p>Any ideas?
</p>
]]></description>
					</item>

	</channel>
</rss>
