<?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: Place the logo above the main menu</title>
		<link>http://www.kriesi.at/support/topic/place-the-logo-above-the-main-menu</link>
		<description>Support Forum - Topic: Place the logo above the main menu</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 06:06:22 +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/place-the-logo-above-the-main-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Place the logo above the main menu"</title>
			<link>http://www.kriesi.at/support/topic/place-the-logo-above-the-main-menu#post-85766</link>
			<pubDate>Thu, 29 Nov 2012 00:16:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85766@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looking at the way you have it now seems to do the trick though its a bit heavy handed (re-using the same div id).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StockholmJohanna on "Place the logo above the main menu"</title>
			<link>http://www.kriesi.at/support/topic/place-the-logo-above-the-main-menu#post-85561</link>
			<pubDate>Tue, 27 Nov 2012 13:39:09 +0000</pubDate>
			<dc:creator>StockholmJohanna</dc:creator>
			<guid isPermaLink="false">85561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to push down the menu in the CSS? &#60;/p&#62;
&#60;p&#62;/************************************************************************&#60;br /&#62;
-) HEAD&#60;br /&#62;
*************************************************************************/&#60;br /&#62;
#wrapper_head{&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
overflow: visible;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .logo, .logo a{&#60;br /&#62;
display:block;&#60;br /&#62;
height:85px;&#60;br /&#62;
width:165px;&#60;br /&#62;
position:relative;&#60;br /&#62;
left:0px;&#60;br /&#62;
top:0px;&#60;br /&#62;
border: none;&#60;br /&#62;
padding: 0;&#60;br /&#62;
margin:0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .logo a, #top .logo a:hover{&#60;br /&#62;
top:0;&#60;br /&#62;
left:0;&#60;br /&#62;
text-indent:-9999px;&#60;br /&#62;
outline:none;&#60;br /&#62;
border: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top #head .logoimg, #top #head .logoimg a, #top #head .logoimg a img{&#60;br /&#62;
text-indent:0;&#60;br /&#62;
background-image: none;&#60;br /&#62;
border:none;&#60;br /&#62;
margin:0 0 -20px 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*navigation*/&#60;/p&#62;
&#60;p&#62;#top .nav{&#60;br /&#62;
height:50px;&#60;br /&#62;
line-height:30px;&#60;br /&#62;
padding-left:13px;&#60;br /&#62;
right:0px;&#60;br /&#62;
position:absolute;&#60;br /&#62;
z-index:100;&#60;br /&#62;
top:29px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.nav, .nav ul{&#60;br /&#62;
margin:0;&#60;br /&#62;
padding:0;&#60;br /&#62;
list-style-type:none;&#60;br /&#62;
list-style-position:outside;&#60;br /&#62;
position:relative;&#60;br /&#62;
line-height:50px;&#60;br /&#62;
z-index:5;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav a{&#60;br /&#62;
display:block;&#60;br /&#62;
float:left;&#60;br /&#62;
line-height:18px;&#60;br /&#62;
outline:medium none;&#60;br /&#62;
padding:2px 10px;&#60;br /&#62;
text-decoration:none;&#60;br /&#62;
width:95px;&#60;br /&#62;
min-height: 35px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.nav li a strong {&#60;br /&#62;
display:block;&#60;br /&#62;
font-size:14px;&#60;br /&#62;
font-weight:normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.nav li a span {&#60;br /&#62;
display:block;&#60;br /&#62;
font-size:10px;&#60;br /&#62;
line-height:14px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li{&#60;br /&#62;
float:left;&#60;br /&#62;
position:relative;&#60;br /&#62;
z-index:20;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li:first-child a{&#60;br /&#62;
border:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav ul {&#60;br /&#62;
display:none;&#60;br /&#62;
left:0;&#60;br /&#62;
position:absolute;&#60;br /&#62;
top:20px;&#60;br /&#62;
width:192px;&#60;br /&#62;
padding-top:30px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;#top .nav li ul a{&#60;br /&#62;
width:148px;&#60;br /&#62;
height:auto;&#60;br /&#62;
float:left;&#60;br /&#62;
text-align:left;&#60;br /&#62;
line-height:24px;&#60;br /&#62;
padding:4px 21px;&#60;br /&#62;
font-size: 12px;&#60;br /&#62;
min-height: 24px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav ul ul{&#60;br /&#62;
top:auto;&#60;br /&#62;
padding-top: 0px !important;&#60;br /&#62;
}	&#60;/p&#62;
&#60;p&#62;#top .nav li ul ul {&#60;br /&#62;
left:191px;&#60;br /&#62;
top:0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li:hover ul ul, #top .nav li:hover ul ul ul,#top  .nav li:hover ul ul ul ul{&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;br /&#62;
#top .nav li:hover ul, #top .nav li li:hover ul, #top .nav li li li:hover ul, #top .nav li li li li:hover ul{&#60;br /&#62;
display:block;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Place the logo above the main menu"</title>
			<link>http://www.kriesi.at/support/topic/place-the-logo-above-the-main-menu#post-85434</link>
			<pubDate>Mon, 26 Nov 2012 20:07:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Johanna,&#60;/p&#62;
&#60;p&#62;Unfortunately I don't see a way of doing that without significantly re-doing the way the whole header is structured. It isn't built in a way that easily allows for the logo to just be pushed up and navigation down without a lot of other adjustment.&#60;/p&#62;
&#60;p&#62;I'd recommend looking into a freelance developer if its necessity so that it can be properly coded and adjusted to fit the customization.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StockholmJohanna on "Place the logo above the main menu"</title>
			<link>http://www.kriesi.at/support/topic/place-the-logo-above-the-main-menu#post-85362</link>
			<pubDate>Mon, 26 Nov 2012 11:49:11 +0000</pubDate>
			<dc:creator>StockholmJohanna</dc:creator>
			<guid isPermaLink="false">85362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello I would like to place the logo above the main menu, see: &#60;a href=&#34;http://www.tandis.mitos.se&#34; rel=&#34;nofollow&#34;&#62;http://www.tandis.mitos.se&#60;/a&#62;&#60;br /&#62;
As you see the Logo is quite large.&#60;br /&#62;
How do I do that?&#60;br /&#62;
Thank you,&#60;br /&#62;
Johanna
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
