<?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: Centering Footer</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/centering-footer/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/feed/</link>
		<description></description>
		<pubDate>Tue, 25 Aug 2026 14:56:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30920</guid>
					<title><![CDATA[Centering Footer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30920</link>
					<pubDate>Thu, 02 Feb 2017 02:17:49 +0000</pubDate>
					<dc:creator>kandlproductions</dc:creator>

					<description>
						<![CDATA[
						<p>I found another thread with information on centering just the copyright information but my client would like to center the social media icons as well. On mobile, the copyright and social media icons are justified right. Is it possible to center the icons above the centered copyright info on full and mobile versions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30925</guid>
					<title><![CDATA[Reply To: Centering Footer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30925</link>
					<pubDate>Thu, 02 Feb 2017 08:18:16 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, try this within your media query:</p>
<pre><code>.footer_soc_icon {
    float: none;
}
.footer_btm_inner {
    text-align: center;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30934</guid>
					<title><![CDATA[Reply To: Centering Footer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30934</link>
					<pubDate>Fri, 03 Feb 2017 00:09:19 +0000</pubDate>
					<dc:creator>kandlproductions</dc:creator>

					<description>
						<![CDATA[
						<p>It looks perfect on a desktop but on mobile the icons are centered and the copyright is justified right. Here&#8217;s what I have right now:</p>
<p>#powered {<br />
    float: none;<br />
}<br />
.footer_btm_inner {<br />
    text-align:center;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30935</guid>
					<title><![CDATA[Reply To: Centering Footer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/centering-footer/#post-30935</link>
					<pubDate>Fri, 03 Feb 2017 09:00:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You prolly didn&#8217;t place them in the correct media query as I pointed&#8230;</p>
<pre><code>@media only screen and (max-width: 768px){
.footer_soc_icon {
    float: none;
}
.footer_btm_inner {
    text-align: center;
}
#powered {
float: none;
}
}</code></pre>
<p>This tells it to work on screens lower than 768 px&#8230; <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

