<?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: New logo overriding Menu</title>
		<link>http://www.kriesi.at/support/topic/new-logo-overriding-menu</link>
		<description>Support Forum - Topic: New logo overriding Menu</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 03:14:10 +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/new-logo-overriding-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "New logo overriding Menu"</title>
			<link>http://www.kriesi.at/support/topic/new-logo-overriding-menu#post-21646</link>
			<pubDate>Tue, 28 Jun 2011 10:10:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">21646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;1.) To fix the logo problem, please complete the following steps:&#60;/p&#62;
&#60;p&#62;a.) Open up style.css&#60;br /&#62;
b.) On line 84 remove the &#60;strong&#62;top&#60;/strong&#62; attribute:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo a {
    border: medium none;
    left: 0;
    outline: medium none;
    top: 23px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will then default back to the original 13px.&#60;/p&#62;
&#60;p&#62;c.) On line 71, adjust the width and height to match your image (100px by 600px), once completed should look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, #top .logo a {
    border: medium none;
    display: block;
    height: 100px;
    left: 20px;
    position: absolute;
    top: 13px;
    width: 600px;
    z-index: 10;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;d.) Save and upload style.css to your server.&#60;/p&#62;
&#60;p&#62;2.) To remove the Submit News button, open up header.php and remove this code (lines 165 - 174 in the original unmodified template):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
			// submit news button
			if($k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews&#38;#39;] != 2) {
				if(($k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews_who&#38;#39;] != 2 &#38;amp;&#38;amp; current_user_can(&#38;#39;level_0&#38;#39;)) &#124;&#124;  $k_option[&#38;#39;contact&#38;#39;][&#38;#39;membernews_who&#38;#39;] == 2)
				{
			?&#38;gt;
					&#38;lt;a id=&#38;#39;submit_news&#38;#39; rel=&#38;quot;prettyPhoto&#38;quot; class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/submit_news.php?iframe=true&#38;amp;width=420&#38;amp;height=580&#38;quot;&#38;gt;&#38;lt;?php _e($k_option[&#38;#39;contact&#38;#39;][&#38;#39;submit_news_text&#38;#39;],&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
			&#38;lt;?php
				}
			} ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattybrain on "New logo overriding Menu"</title>
			<link>http://www.kriesi.at/support/topic/new-logo-overriding-menu#post-21602</link>
			<pubDate>Mon, 27 Jun 2011 09:19:34 +0000</pubDate>
			<dc:creator>Chattybrain</dc:creator>
			<guid isPermaLink="false">21602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ps. I have changed my logo size in style.css to the below values, saved everything then reloaded the logo but to no avail.&#60;br /&#62;
Also, on another note, if you can tell me how to remove the submit news button that would be great &#60;/p&#62;
&#60;p&#62;#top .logo, #top .logo a{&#60;br /&#62;
display:block;&#60;br /&#62;
height:120px;&#60;br /&#62;
width:250px;&#60;br /&#62;
position:absolute;&#60;br /&#62;
left:20px;&#60;br /&#62;
top:13px;&#60;br /&#62;
border: none;&#60;br /&#62;
padding: 5;&#60;br /&#62;
margin:5;&#60;br /&#62;
z-index: 10;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Thanks again&#60;br /&#62;
Angelina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattybrain on "New logo overriding Menu"</title>
			<link>http://www.kriesi.at/support/topic/new-logo-overriding-menu#post-21601</link>
			<pubDate>Mon, 27 Jun 2011 09:09:43 +0000</pubDate>
			<dc:creator>Chattybrain</dc:creator>
			<guid isPermaLink="false">21601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I've read through a lot of posts regarding adding your own logo and changing the size in the style.css file. I believe I have done everything correctly however my problem is that my new logo is overriding my custom menu (where I currently have two links showing: Contact &#38;amp; About)&#60;/p&#62;
&#60;p&#62;I would really appreciate some help on this as I've now reached a dead end.&#60;br /&#62;
The site is &#60;a href=&#34;http://www.angelinadraper.com&#34; rel=&#34;nofollow&#34;&#62;http://www.angelinadraper.com&#60;/a&#62; and the theme Newscast&#60;br /&#62;
Thanks&#60;br /&#62;
Angelina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
