<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Center Logo and Center Menu?</title>
		<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu</link>
		<description>Support Forum - Topic: Center Logo and Center Menu?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:44:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/center-logo-and-center-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-95043</link>
			<pubDate>Mon, 04 Feb 2013 16:17:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95043@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alain,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #header .logo {
left: 50%;
margin-left: -68px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlainTernet on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-94925</link>
			<pubDate>Mon, 04 Feb 2013 07:12:19 +0000</pubDate>
			<dc:creator>AlainTernet</dc:creator>
			<guid isPermaLink="false">94925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael,&#60;br /&#62;
I read your text again, and tried again but it still does not work properly ...&#60;br /&#62;
So, I reset my code.  My url site is:  &#60;a href=&#34;http://www.vestiges.ca&#34; rel=&#34;nofollow&#34;&#62;http://www.vestiges.ca&#60;/a&#62;&#60;br /&#62;
Thanks for your help!&#60;br /&#62;
Alain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-94918</link>
			<pubDate>Mon, 04 Feb 2013 06:54:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94918@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alain,&#60;/p&#62;
&#60;p&#62;Have you adjusted the margins? I have mentioned this above:&#60;br /&#62;
&#60;code&#62;This is based on the demo theme. For the logo adjust the margin-left value in .logo.bg-logo (the value depends on the width of your logo, the value you will add is -(half the width of your logo)px. For the main menu, also adjust the margin-left value (we cannot auto center the menu with the current layout. Hope this helps. :)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So you should adjust it. If you still had a hard time, kindly post a link to your site, so we can assist further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlainTernet on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-94915</link>
			<pubDate>Mon, 04 Feb 2013 06:40:34 +0000</pubDate>
			<dc:creator>AlainTernet</dc:creator>
			<guid isPermaLink="false">94915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just edited my post to add some info during you send a reply  ;-)&#60;/p&#62;
&#60;p&#62;I use the &#34;boxed&#34; layout and I tried this code with partial result (not exactly centered):&#60;br /&#62;
.logo {&#60;br /&#62;
position: relative;&#60;br /&#62;
left: 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I tried your code like above and the logo disappear...&#60;/p&#62;
&#60;p&#62;@media only screen and (min-width: 960px) {&#60;br /&#62;
	.logo img {&#60;br /&#62;
		position: relative !important;&#60;br /&#62;
		left: 50% !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	.logo img {&#60;br /&#62;
		margin-left: -140px !important;&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-94913</link>
			<pubDate>Mon, 04 Feb 2013 06:37:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alain,&#60;/p&#62;
&#60;p&#62;Check the code I gave above, you should notice this on them:&#60;br /&#62;
&#60;code&#62;.logo.bg-logo&#60;/code&#62;&#60;br /&#62;
just replace it with&#60;br /&#62;
&#60;code&#62;.logo img&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlainTernet on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-94911</link>
			<pubDate>Mon, 04 Feb 2013 06:29:38 +0000</pubDate>
			<dc:creator>AlainTernet</dc:creator>
			<guid isPermaLink="false">94911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I try to put the logo at center too, but that does not work with the Ismael code above.&#60;br /&#62;
And I dont understand the &#34;evopanop&#34; comment (The .logo.bg-logo needed to be .logo img)&#60;br /&#62;
Can someone clarify this ?&#60;/p&#62;
&#60;p&#62;I use the &#34;boxed&#34; layout and I tried  this code with imperfect result:&#60;/p&#62;
&#60;p&#62;.logo  {&#60;br /&#62;
position: relative;&#60;br /&#62;
left: 50%;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;Alain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88897</link>
			<pubDate>Wed, 19 Dec 2012 04:30:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88897@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi evopanop,&#60;/p&#62;
&#60;p&#62;Glad that we could help, and it's great that its fixed now. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evopanop on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88840</link>
			<pubDate>Tue, 18 Dec 2012 18:57:11 +0000</pubDate>
			<dc:creator>evopanop</dc:creator>
			<guid isPermaLink="false">88840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nevermind, Ismael. Figured it out.&#60;/p&#62;
&#60;p&#62;The .logo.bg-logo needed to be .logo img&#60;/p&#62;
&#60;p&#62;Thanks again for all of the help! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evopanop on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88816</link>
			<pubDate>Tue, 18 Dec 2012 16:31:13 +0000</pubDate>
			<dc:creator>evopanop</dc:creator>
			<guid isPermaLink="false">88816@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ismael,&#60;/p&#62;
&#60;p&#62;Thanks! The Template Builder section was exactly what I was looking for. Can't believe I didn't notice that sooner, lol.&#60;/p&#62;
&#60;p&#62;Adding the !important to each line still didn't make the Logo centered. I've even tried putting that CSS code you provided into the custom.css and it still isn't working for the Logo. The menu centers just fine, though. Doesn't make any sense... Am I missing something? lol&#60;/p&#62;
&#60;p&#62;Thanks again in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88742</link>
			<pubDate>Tue, 18 Dec 2012 09:06:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi evopanop,&#60;/p&#62;
&#60;p&#62;Try changing the code I gave you with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 960px) {
	.logo.bg-logo,
	#menu-main-menu {
		position: relative !important;
		left: 50% !important;
	}

	.logo.bg-logo {
		margin-left: -140px !important;
	}

	#menu-main-menu {
		margin-left: -175px !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The !important I have added ensures that the css code won't be overwritten with other styles. For these items, &#34;Featured Products, Recent Collections, Recent Blog Entires, and Logos&#34; , inside your WP Dashboard, go to Replete &#38;gt; Template Builder &#38;gt; Frontpage. You can see the frontpage elements there, just remove it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evopanop on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88629</link>
			<pubDate>Mon, 17 Dec 2012 17:48:18 +0000</pubDate>
			<dc:creator>evopanop</dc:creator>
			<guid isPermaLink="false">88629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thanks for the quick reply! That worked great for the menu, but didn't move the Logo at all. Any ideas?&#60;/p&#62;
&#60;p&#62;Here is the page:&#60;br /&#62;
&#60;a href=&#34;http://tadcllc.com&#34; rel=&#34;nofollow&#34;&#62;http://tadcllc.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, where in the PHP code do I need to go to remove the &#34;Featured Products, Recent Collections, Recent Blog Entires, and Logos&#34; areas from the Home Page of the site? I just want to remove those from the home page altogether.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88268</link>
			<pubDate>Sat, 15 Dec 2012 04:10:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi evopanop,&#60;/p&#62;
&#60;p&#62;Try to add this code on your Quick CSS (Replete &#38;gt; Styling) or the custom.css file (located in the css folder in the theme's folder):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 960px) {
	.logo.bg-logo,
	#menu-main-menu {
		position: relative;
		left: 50%;
	}

	.logo.bg-logo {
		margin-left: -140px;
	}

	#menu-main-menu {
		margin-left: -175px;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is based on the demo theme. For the logo adjust the margin-left value in .logo.bg-logo (the value depends on the width of your logo, the value you will add is -(half the width of your logo)px. For the main menu, also adjust the margin-left value (we cannot auto center the menu with the current layout. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evopanop on "Center Logo and Center Menu?"</title>
			<link>http://www.kriesi.at/support/topic/center-logo-and-center-menu#post-88252</link>
			<pubDate>Fri, 14 Dec 2012 21:46:06 +0000</pubDate>
			<dc:creator>evopanop</dc:creator>
			<guid isPermaLink="false">88252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, how would I go about centering the Logo and centering the Main Menu? (Centering them Horizontally across the Width of the page, not Vertically) I've looked through the CSS, but I'm just not positive which line of the code is centering those two items?&#60;/p&#62;
&#60;p&#62;Thanks in advance! :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
