<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Move logo to center</title>
		<link>http://www.themolitor.com/forums/topic/move-logo-to-center</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Move logo to center</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:52:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/move-logo-to-center" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19704</link>
			<pubDate>Tue, 26 Mar 2013 12:44:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19704@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately centering the posts is a little tricky because of the masonry script that's used to organize posts. If that's an important feature, please submit a customization request for that here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>pegu on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19702</link>
			<pubDate>Tue, 26 Mar 2013 10:22:11 +0000</pubDate>
			<dc:creator>pegu</dc:creator>
			<guid isPermaLink="false">19702@http://www.themolitor.com/forums/</guid>
			<description><p>That worked perfectly. However, with the layout justified to the left, it looks odd. I think I will just take it out. But before that, I have to ask- is it possible to move the entire layout to the center as well?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19690</link>
			<pubDate>Tue, 26 Mar 2013 09:13:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19690@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Let me know if this works...</p>
<pre><code>a#logo {
    display: block;
    float: none;
    margin: 5px auto;
    width: 185px;
}</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>pegu on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19681</link>
			<pubDate>Mon, 25 Mar 2013 13:49:04 +0000</pubDate>
			<dc:creator>pegu</dc:creator>
			<guid isPermaLink="false">19681@http://www.themolitor.com/forums/</guid>
			<description><p>Here's the test link: <a href="http://tinyurl.com/bav5m9f" rel="nofollow">http://tinyurl.com/bav5m9f</a><br />
I took out the search bar but I still want to push the logo to the center.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19651</link>
			<pubDate>Mon, 25 Mar 2013 09:27:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19651@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you provide a link to your site, I'll take a look. </p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>pegu on "Move logo to center"</title>
			<link>http://www.themolitor.com/forums/topic/move-logo-to-center#post-19632</link>
			<pubDate>Fri, 22 Mar 2013 15:11:04 +0000</pubDate>
			<dc:creator>pegu</dc:creator>
			<guid isPermaLink="false">19632@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I was wondering how to move the logo to the center of the page. I want to remove all nagivation from the top. Also, I managed to place a search bar below the logo. However both are aligned to the left and even after putting a aligncenter div, it doesn't seem to be working.<br />
Any ideas? Code used is below:</p>
<pre><code>&#60;/head&#62;

&#60;body &#60;?php body_class();?&#62;&#62;

&#60;div id=&#34;headerContainer&#34;&#62;

	&#60;div id=&#34;header&#34;&#62;

		&#60;?php if($logo){ ?&#62;
		&#60;a&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $logo; ?&#62;&#34; alt=&#34;&#60;?php bloginfo(&#039;name&#039;); ?&#62;&#34; /&#62;&#60;/a&#62;&#60;!--end logo--&#62;
		&#60;?php } ?&#62;

		&#60;?php if (has_nav_menu( &#039;main&#039; ) ) { wp_nav_menu(array(&#039;theme_location&#039; =&#62; &#039;main&#039;, &#039;container_id&#039; =&#62; &#039;navigation&#039;, &#039;menu_id&#039; =&#62; &#039;dropmenu&#039;)); }?&#62;

		&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;

	&#60;/div&#62;&#60;!--end header--&#62;

&#60;div id=&#34;headerContainer&#34;&#62;

	&#60;div id=&#34;header&#34;&#62;
		&#60;div class=&#34;aligncenter&#34; margin= &#34;1rem&#34;&#62;
		&#60;?php get_search_form(); ?&#62;
		&#60;/div&#62;&#60;!-- .alignright --&#62;

		&#60;!--end addition of search bar in header --&#62;

&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;

&#60;/div&#62;&#60;!--end headerContainer--&#62;	

&#60;div id=&#34;contentContainer&#34;&#62;</code></pre></description>
		</item>

	</channel>
</rss>
