<?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: Logo &#38; Main Menu Position</title>
		<link>http://www.kriesi.at/support/topic/logo-main-menu-position</link>
		<description>Support Forum - Topic: Logo &amp; Main Menu Position</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 19:13:13 +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/logo-main-menu-position" rel="self" type="application/rss+xml" />

		<item>
			<title>RSL on "Logo &#38; Main Menu Position"</title>
			<link>http://www.kriesi.at/support/topic/logo-main-menu-position#post-72052</link>
			<pubDate>Tue, 21 Aug 2012 08:31:07 +0000</pubDate>
			<dc:creator>RSL</dc:creator>
			<guid isPermaLink="false">72052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for the reply, it helped but I had to change the 'px' values to '%' values otherwise in a resized browser the responsiveness would mess everything up.&#60;/p&#62;
&#60;p&#62;This is what worked for me:&#60;/p&#62;
&#60;p&#62;For the logo:&#60;/p&#62;
&#60;p&#62;h1.logo {&#60;br /&#62;
   left: 50%;&#60;br /&#62;
   margin-left: -82px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#38;amp; the menu:&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
position:relative;&#60;br /&#62;
right:-27%;&#60;br /&#62;
top: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It's resolved now. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Logo &#38; Main Menu Position"</title>
			<link>http://www.kriesi.at/support/topic/logo-main-menu-position#post-72034</link>
			<pubDate>Tue, 21 Aug 2012 05:29:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi RSL,&#60;/p&#62;
&#60;p&#62;Just add this code to your Quick CSS:&#60;/p&#62;
&#60;p&#62;For the logo to be centered:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.logo {
   left: 50% !important;
   margin-left: -59px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the margin-left value(to negative 50% of the actual width of the image, in this example, the width of the image is 118px)&#60;/p&#62;
&#60;p&#62;For the menu:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
   margin-left: 260px;
   position: relative;
   top: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this doesn't work, try to use this code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
   margin-left: 260px !important;
   position: relative !important;
   top: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the margin-left value, to make sure it is centered, we can't center the menu automatically, so just adjust it so it can be centered. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RSL on "Logo &#38; Main Menu Position"</title>
			<link>http://www.kriesi.at/support/topic/logo-main-menu-position#post-71702</link>
			<pubDate>Sat, 18 Aug 2012 21:15:25 +0000</pubDate>
			<dc:creator>RSL</dc:creator>
			<guid isPermaLink="false">71702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What CSS do I need to centre the logo &#38;amp; have the menu centred below it?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
