<?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: Removing the Levitation Header</title>
		<link>http://www.kriesi.at/support/topic/removing-the-levitation-header</link>
		<description>Support Forum - Topic: Removing the Levitation Header</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:15:08 +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/removing-the-levitation-header" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-1911</link>
			<pubDate>Wed, 04 Aug 2010 14:22:58 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want the background within the container (940px) open up style.css and change the logo width (around line 118) from this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
display:block;
height:95px;
left:0px;
position:absolute;
top:5px;
width:278px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a{
display:block;
height:95px;
left:0px;
position:absolute;
top:5px;
width:940px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you'd rather have the image span the whole page width, I would add this to the body class like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body { background: url(PATH/TO/IMAGE.JPG) no-repeat center top !important;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just add this code to the end of style.css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>_tyrone_ on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-1832</link>
			<pubDate>Tue, 03 Aug 2010 14:38:21 +0000</pubDate>
			<dc:creator>_tyrone_</dc:creator>
			<guid isPermaLink="false">1832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What about if I want to remove the logo and replace with a larger header graphic that spans the full width of the page? How would I do this?&#60;/p&#62;
&#60;p&#62;I tried adding the header graphic but the theme limits the width of the logo file. Please help.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-1645</link>
			<pubDate>Sun, 01 Aug 2010 15:50:15 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;WordPress' built in editor can't handle some files within folders - style1.css is in the CSS folder.&#60;/p&#62;
&#60;p&#62;You'd need to edit the files using a text editor and use FTP to upload the file to your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khastings on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-1568</link>
			<pubDate>Sat, 31 Jul 2010 05:52:56 +0000</pubDate>
			<dc:creator>khastings</dc:creator>
			<guid isPermaLink="false">1568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i just tried to follow these directions and realized that the style css files are not showing on my wordpress admin page. would you know the reason for that? under styles i only have style.css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-921</link>
			<pubDate>Mon, 26 Jul 2010 15:13:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to remove the logo open header.php and delete following line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you only want to change the logo (replace it with your own, you need to open style1.css and search following line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .logo a{
background: transparent url(../images/skin1/logo.png) repeat-x top left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace logo.png with the filename of your logo. You must upload your logo to the themes folder (themes/levitation/images/skin1).&#60;/p&#62;
&#60;p&#62;To add social media links you've several options. You can use widgets (for the sidebar) or you write them into a php file - i.e. footer.php or header.php.&#60;/p&#62;
&#60;p&#62;The sidebar is widget ready - you can customize the sidebar via admin panel &#38;gt; design &#38;gt; widgets.&#60;br /&#62;
Here you can add search fields, etc. to your sidebar. You can download plugins (widgets) at wordpress.org: &#60;a href=&#34;http://wordpress.org/extend/plugins/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/&#60;/a&#62; . I'm sure that you'll find some social link plugins, etc. in their database.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>careerscoach on "Removing the Levitation Header"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-levitation-header#post-917</link>
			<pubDate>Mon, 26 Jul 2010 14:51:22 +0000</pubDate>
			<dc:creator>careerscoach</dc:creator>
			<guid isPermaLink="false">917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi&#60;/p&#62;
&#60;p&#62;Great Theme.&#60;/p&#62;
&#60;p&#62;I am very much an amateur on here and have a few questions that I hope you don’t mind me asking:&#60;/p&#62;
&#60;p&#62;- Header replace with logo (remove levitation) – I cannot figure out how to remove the Levtitation logo from the template. - Home – allow me to add text at top of page - How do I add Social media links? - Allow us to change/edit sidebars (including contact us box)&#60;/p&#62;
&#60;p&#62;Site - &#60;a href=&#34;http://www.outplacementoptions.com&#34; rel=&#34;nofollow&#34;&#62;http://www.outplacementoptions.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for reading my message.&#60;/p&#62;
&#60;p&#62;Greg Fry &#60;a href=&#34;mailto:info@careerscoach.ie&#34;&#62;info@careerscoach.ie&#60;/a&#62; Twitter – @careerscoacheu
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
