<?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: Info bar spacing</title>
		<link>http://www.kriesi.at/support/topic/info-bar-spacing</link>
		<description>Support Forum - Topic: Info bar spacing</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:09: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/info-bar-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15846</link>
			<pubDate>Tue, 29 Mar 2011 09:47:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Open up index.php find and remove this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;box_image&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;&#38;lt;?php echo $preview_pic_mainpage; $preview_pic_mainpage =&#38;#39;&#38;#39;; ?&#38;gt;&#38;#39; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you are using the HTML placeholders instead, you need to find and remove the 3 instances of this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;box_image&#38;quot;&#38;gt;&#38;lt;!-- insert image here--&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>levipage on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15797</link>
			<pubDate>Mon, 28 Mar 2011 06:56:12 +0000</pubDate>
			<dc:creator>levipage</dc:creator>
			<guid isPermaLink="false">15797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, One more thing, i want to remove the image box's under the mainpage slider, i remove the code from Stylesheet (style.css) for the box as i can see, but under firefox on mac, it appears gone but on other browsers it shows a grey box.&#60;br /&#62;
&#60;a href=&#34;http://www.coliccalmsa.co.za/&#34; rel=&#34;nofollow&#34;&#62;http://www.coliccalmsa.co.za/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15629</link>
			<pubDate>Fri, 25 Mar 2011 06:12:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can decrease the header height - this will move up the text. Open up style.css and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#head{
	height:205px;
	position:relative;
	z-index:1;

	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change 205px to a lower value (i.e. 165px).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>levipage on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15572</link>
			<pubDate>Thu, 24 Mar 2011 11:07:05 +0000</pubDate>
			<dc:creator>levipage</dc:creator>
			<guid isPermaLink="false">15572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your are a star!!!! Thank you for great support! Can i move the text up slightly to that bar on the same page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15562</link>
			<pubDate>Thu, 24 Mar 2011 09:39:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;There are a couple of edit syou need to make to fix this:&#60;/p&#62;
&#60;p&#62;1.) Open up style.css and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.breadcrumb {
    font-size: 11px;
    left: 22px;
    line-height: 12px;
    position: absolute;
    top: 147px;
    width: 850px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the &#60;strong&#62;top&#60;/strong&#62; element to 109px like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.breadcrumb {
    font-size: 11px;
    left: 22px;
    line-height: 12px;
    position: absolute;
    top: 109px;
    width: 850px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Open up &#60;strong&#62;/css/style1.css&#60;/strong&#62; and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#head {
    background: url(&#38;quot;../images1/bg_subpage.png&#38;quot;) no-repeat scroll 0 126px transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#head {
    background: url(&#38;quot;../images1/bg_subpage.png&#38;quot;) no-repeat scroll 0 88px transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Save and upload these files, you should now find that the site looks similar to this: &#60;a href=&#34;http://cl.ly/0h2q0P3M2Q0l401P1c3E&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/0h2q0P3M2Q0l401P1c3E&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>levipage on "Info bar spacing"</title>
			<link>http://www.kriesi.at/support/topic/info-bar-spacing#post-15515</link>
			<pubDate>Wed, 23 Mar 2011 08:19:31 +0000</pubDate>
			<dc:creator>levipage</dc:creator>
			<guid isPermaLink="false">15515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi please can you have a look at my spacing, i had to adjust it for the logo, know i dont know where to adjust to fix this gap. thanx &#60;a href=&#34;http://www.coliccalmsa.co.za/?page_id=9&#34; rel=&#34;nofollow&#34;&#62;http://www.coliccalmsa.co.za/?page_id=9&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
