<?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: Display Theme : How do I insert a picture (small logo) in to the footer?</title>
		<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer</link>
		<description>Support Forum - Topic: Display Theme : How do I insert a picture (small logo) in to the footer?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 21:07:44 +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/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-36148</link>
			<pubDate>Fri, 30 Dec 2011 07:34:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kscooley on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-36129</link>
			<pubDate>Thu, 29 Dec 2011 21:40:16 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">36129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, resized to 180 width and voila, it looks perfect now.  Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kscooley on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-36128</link>
			<pubDate>Thu, 29 Dec 2011 21:37:51 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">36128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm...  Didn't work.  I'll try to resize the image.  Perhaps there is a size restriction within a widget?  Thanks for the quick reply, though!  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-36112</link>
			<pubDate>Thu, 29 Dec 2011 17:50:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to center the image with the aligncenter class - use it like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;your-logo.png&#38;quot; title=&#38;quot;&#38;quot; alt=&#38;quot;&#38;quot; class=&#38;quot;aligncenter&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kscooley on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-36091</link>
			<pubDate>Thu, 29 Dec 2011 14:38:20 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">36091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to have the image centered in the widget?  I knew to add the html code to the text widget, but it's off-center towards the right.  I have the Flashlight theme and am trying to have a tag line image in the left sidebar.&#60;/p&#62;
&#60;p&#62;Oh, and is there any way to have this widget above my site menu?&#60;/p&#62;
&#60;p&#62;Thanks!  LOVE this theme!&#60;/p&#62;
&#60;p&#62;ETA - Neglected to say that I made the image 200 px based on the width of the logo image, as stated by the theme.  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-34555</link>
			<pubDate>Sun, 11 Dec 2011 14:50:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'd use a text widget in the footer widget area. Use following html code (with the text widget) to display the logo/image:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;your-logo.png&#38;quot; title=&#38;quot;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>desimk on "Display Theme : How do I insert a picture (small logo) in to the footer?"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-how-do-i-insert-a-picture-small-logo-in-to-the-footer#post-34518</link>
			<pubDate>Sat, 10 Dec 2011 20:39:40 +0000</pubDate>
			<dc:creator>desimk</dc:creator>
			<guid isPermaLink="false">34518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Display Theme : How do I insert a picture (small logo) in to the footer?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
