<?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: Social Icon images in Sidebar to Top Header?</title>
		<link>http://en.forums.wordpress.com/topic/social-icon-images-in-sidebar-to-top-header</link>
		<description>WordPress.com Forums &#187; Topic: Social Icon images in Sidebar to Top Header?</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 13:22:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/social-icon-images-in-sidebar-to-top-header" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Social Icon images in Sidebar to Top Header?"</title>
			<link>http://en.forums.wordpress.com/topic/social-icon-images-in-sidebar-to-top-header#post-1151792</link>
			<pubDate>Wed, 13 Feb 2013 13:55:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1151792@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, should I move the icons to a sidebar I'm not using, like "footer widget area one?"</p></blockquote>
<p>I see that you already moved them to the sidebar before I replied. I think it's easier to move the widgets around with it set like that, but for someone else reading, it really depends on your theme and what you're trying to do. For example, if the sidebar isn't shown on some pages for a theme, then the widgets won't show up on those pages either.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Social Icon images in Sidebar to Top Header?"</title>
			<link>http://en.forums.wordpress.com/topic/social-icon-images-in-sidebar-to-top-header#post-1151791</link>
			<pubDate>Wed, 13 Feb 2013 13:53:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1151791@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I am trying to get the hyperlinked social media icons from the Primary Sidebar on the left up to the top right of the page.</p></blockquote>
<p>To do that, first you need to view the page source and figure out the unique ID for the widget you'd like to move. I looked at <a href="http://nutalon.wordpress.com/" rel="nofollow">http://nutalon.wordpress.com/</a> and I found that your social media icon widget has an ID of "text-2". Here is some example CSS that uses absolute positioning to move that widget to the top of the page:</p>
<pre><code>#text-2 {
	position: absolute;
	top: 65px;
}

#text-2 .widgettitle {
	display: none;
}</code></pre>
<p>Note that you can adjust the top value to move the widget around on the page and you can add values like width or margin and padding if those things are needed.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Social Icon images in Sidebar to Top Header?"</title>
			<link>http://en.forums.wordpress.com/topic/social-icon-images-in-sidebar-to-top-header#post-1151786</link>
			<pubDate>Wed, 13 Feb 2013 13:49:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1151786@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I'm new to CSS - I've only copied what I've seen in other threads. I've tried copy/pasting code from other threads, but it shows up as text, not to mention it doesn't work, am I missing something?</p></blockquote>
<p>Welcome! Copying and pasting from another thread will only work if that thread was also about the Oxygen theme. It's good that you tried some things though!
</p>
]]></description>
					</item>
		<item>
			<title>thetalonstaff on "Social Icon images in Sidebar to Top Header?"</title>
			<link>http://en.forums.wordpress.com/topic/social-icon-images-in-sidebar-to-top-header#post-1131508</link>
			<pubDate>Wed, 23 Jan 2013 06:20:51 +0000</pubDate>
			<dc:creator>thetalonstaff</dc:creator>
			<guid isPermaLink="false">1131508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the Oxygen theme, I am trying to get the hyperlinked social media icons from the Primary Sidebar on the left up to the top right of the page.</p>
<p>I'm new to CSS - I've only copied what I've seen in other threads. I've tried copy/pasting code from other threads, but it shows up as text, not to mention it doesn't work, am I missing something?</p>
<p>Also, should I move the icons to a sidebar I'm not using, like "footer widget area one?"</p>
<p><a href="http://www.nutalon.wordpress.com" rel="nofollow">http://www.nutalon.wordpress.com</a></p>
<p>Thanks everyone in advance, I know you're all geniuses.
</p>
]]></description>
					</item>

	</channel>
</rss>
