<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: move social icons to right side in header</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 00:04:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34052</guid>
					<title><![CDATA[move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34052</link>
					<pubDate>Mon, 15 Jul 2019 15:18:38 +0000</pubDate>
					<dc:creator>siqve006</dc:creator>

					<description>
						<![CDATA[
						<p>In the transparent header I see an option to move contact details to the right side of the site&#8217;s header, but then it moves the social to the left side. How can I get all info to show in the upper right corner of the site?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34055</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34055</link>
					<pubDate>Tue, 16 Jul 2019 07:23:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>That could easily be done with a bit of CSS:</p>
<pre><code>.header_contacts {
    float: right;
}
.header_contact_item {
    margin-left: 22px;
    margin-right: 0;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34061</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34061</link>
					<pubDate>Tue, 16 Jul 2019 14:46:09 +0000</pubDate>
					<dc:creator>siqve006</dc:creator>

					<description>
						<![CDATA[
						<p>Hmm that didn&#8217;t seem to work for me. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34064</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34064</link>
					<pubDate>Wed, 17 Jul 2019 15:11:16 +0000</pubDate>
					<dc:creator>siqve006</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34071</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34071</link>
					<pubDate>Fri, 19 Jul 2019 10:25:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>URL please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34076</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34076</link>
					<pubDate>Fri, 19 Jul 2019 13:25:40 +0000</pubDate>
					<dc:creator>siqve006</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34084</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34084</link>
					<pubDate>Mon, 22 Jul 2019 07:17:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ah, you have there position swapped, then use this instead:</p>
<pre><code>.header_soc_icon {
float: right !important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34091</guid>
					<title><![CDATA[Reply To: move social icons to right side in header]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/move-social-icons-to-right-side-in-header/#post-34091</link>
					<pubDate>Mon, 22 Jul 2019 10:35:19 +0000</pubDate>
					<dc:creator>siqve006</dc:creator>

					<description>
						<![CDATA[
						<p>that did it thanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

