<?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: How to center main menu</title>
		<link>http://www.kriesi.at/support/topic/how-to-center-menu</link>
		<description>Support Forum - Topic: How to center main menu</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:59:15 +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/how-to-center-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-96020</link>
			<pubDate>Sun, 10 Feb 2013 06:12:26 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: none !important;
margin-left:auto !important;
margin-right:auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If that doesn't work, then I recommend that you play with the original 50px margin (try 90 or 120)  until the visitor would not be able to guess the underlying mechanics used to center the menu.  The template was created in a specific way and would require multiple time consuming changes otherwise to center it using a different method.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qery on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95994</link>
			<pubDate>Sat, 09 Feb 2013 16:30:47 +0000</pubDate>
			<dc:creator>qery</dc:creator>
			<guid isPermaLink="false">95994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, the important part helped, so now it is left aligned with a margin of 50px. not centered. Any ideas on how to actually center the menu?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95951</link>
			<pubDate>Sat, 09 Feb 2013 07:20:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to add an important tag to it like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: left !important;
left: 50px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If not please set up a test server and we'll investigate the code with Firebug or Chrome dev tools.&#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qery on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95946</link>
			<pubDate>Sat, 09 Feb 2013 06:08:17 +0000</pubDate>
			<dc:creator>qery</dc:creator>
			<guid isPermaLink="false">95946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Nick, seems to have no effect. Does it work for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95923</link>
			<pubDate>Sat, 09 Feb 2013 00:26:19 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this. Add it please to your Quick CSS located in the backend Propulsion &#38;gt; Theme Options &#38;gt; Styling ... text area at the bottom of the page; or to your /css/custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: left;
left: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qery on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95800</link>
			<pubDate>Fri, 08 Feb 2013 07:38:27 +0000</pubDate>
			<dc:creator>qery</dc:creator>
			<guid isPermaLink="false">95800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm developing locally, you can see what I'd doing by commenting out the echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png'); in the header.php. So the logo is gone, but the main menu is floar:right. Hw should I center it in the container div so that it's centered on the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95799</link>
			<pubDate>Fri, 08 Feb 2013 07:34:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qery on "How to center main menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu#post-95704</link>
			<pubDate>Thu, 07 Feb 2013 15:28:00 +0000</pubDate>
			<dc:creator>qery</dc:creator>
			<guid isPermaLink="false">95704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I removed the logo form the headeк (шт the header.php) and I so I want my main menu centered. Now it is aligned to the right. How can I center it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
