<?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: Get Logo Larger, in Right Place, and customize Footer?</title>
		<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer</link>
		<description>Support Forum - Topic: Get Logo Larger, in Right Place, and customize Footer?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:18:28 +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/get-logo-larger-in-right-place-and-customize-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Get Logo Larger, in Right Place, and customize Footer?"</title>
			<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer#post-26421</link>
			<pubDate>Mon, 05 Sep 2011 14:22:09 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tsf on "Get Logo Larger, in Right Place, and customize Footer?"</title>
			<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer#post-26353</link>
			<pubDate>Sat, 03 Sep 2011 20:55:40 +0000</pubDate>
			<dc:creator>tsf</dc:creator>
			<guid isPermaLink="false">26353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nevermind, I got it!  Fits nicely, I was trying to increase the size of the logo in the wp editor, rather than cropping off the extra space in a photo editor first - duh.  I told you i am a newbie, you believe me now, don't you... Thanks again.&#60;br /&#62;
tsf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tsf on "Get Logo Larger, in Right Place, and customize Footer?"</title>
			<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer#post-26352</link>
			<pubDate>Sat, 03 Sep 2011 20:29:39 +0000</pubDate>
			<dc:creator>tsf</dc:creator>
			<guid isPermaLink="false">26352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, I got rid of the pages widget in the footer, and I got the logo to pop into the right place, now I just have to figure out how to make it bigger. Is it possible to make it bigger in the &#34;home&#34; position of the nav bar, or do I have to place it above the nav bar to make it bigger?  I'll try carefully adjusting the css in the logo blocks, and I'll post again if I can't figure it out.  Thanks for responding.&#60;br /&#62;
tsf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Get Logo Larger, in Right Place, and customize Footer?"</title>
			<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer#post-26340</link>
			<pubDate>Sat, 03 Sep 2011 14:42:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as for the navigation/logo issue you should for starters make your logo smaller, the image you're using is 200x200 while your actual logo has a height of around 60. It should fit right in with the correct height. Once this is done you can start tinkering with the css and positioning. &#60;a href=&#34;http://www.kriesi.at/support/topic/place-logo-above-navigation#post-3223&#34;&#62;This&#60;/a&#62; should get you going on the positioning.&#60;/p&#62;
&#60;p&#62;The footer is using dummy widgets, you can either drag a different one in or remove the current one. In widgets.php you can remove widgets from &#34;case&#34; to &#34;break&#34;:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case 3:
echo&#38;quot;&#38;lt;div class=&#38;#39;box box_small widget_archive&#38;#39;&#38;gt;&#38;quot;;
echo&#38;quot;&#38;lt;h3&#38;gt;Pages&#38;lt;/h3&#38;gt;&#38;quot;;
echo&#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
wp_list_pages(&#38;#39;title_li=&#38;amp;depth=-1&#38;#39; );
echo&#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
echo&#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
break;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tsf on "Get Logo Larger, in Right Place, and customize Footer?"</title>
			<link>http://www.kriesi.at/support/topic/get-logo-larger-in-right-place-and-customize-footer#post-26254</link>
			<pubDate>Thu, 01 Sep 2011 22:17:42 +0000</pubDate>
			<dc:creator>tsf</dc:creator>
			<guid isPermaLink="false">26254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
Thanks for Avisio - beautiful theme, and I am loving it.&#60;/p&#62;
&#60;p&#62;1. First, I apologize in advance - I am a newbie, and though I have read many posts about Avisio logos and looked at your responses about css, and tried adjusting it, I cannot seem to get my logo to sit up in the navigation bar.  It keeps wanting to sit in the upper left corner of the slider.  I have increased the height and width in this block many times to no avail:&#60;br /&#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;/p&#62;
&#60;p&#62;...and no matter what I change, I see nothing different on my site. &#60;/p&#62;
&#60;p&#62;2.  I would like my logo to be larger, and I read a post about how to get it up above the nav. bar, but of course, I can't get it to work.  Perhaps you could send me instructions for both ways - IN the nav bar, and ABOVE it?  Please be specific and step by step, because apparently I am not seeing something that I get the feeling is right in front of my eyes!&#60;/p&#62;
&#60;p&#62;3.  Finally, all my individual pages are listed in the footer - its really long and unnecessary.  In my dashboard, there are 4 footer widgets with nothing in them, and I cannot seem to drag them away to deactivate them.  All I see in css is stuff for facebook, twitter, etc.  How do I get rid of it and change what is in my footer, because right now it is way too huge/long!&#60;/p&#62;
&#60;p&#62;Thank you for your patience and this support.&#60;br /&#62;
tsf  (my site: &#60;a href=&#34;http://www.thesowingfields.com&#34; rel=&#34;nofollow&#34;&#62;http://www.thesowingfields.com&#60;/a&#62;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
