<?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: HTML for centered image in footer column</title>
		<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column</link>
		<description>Support Forum - Topic: HTML for centered image in footer column</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:54:12 +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/html-for-centered-image-in-footer-column" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-85056</link>
			<pubDate>Fri, 23 Nov 2012 02:39:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-85021</link>
			<pubDate>Thu, 22 Nov 2012 16:30:45 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">85021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome. &#60;/p&#62;
&#60;p&#62;Thx Devin - as always great support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-83706</link>
			<pubDate>Tue, 13 Nov 2012 18:07:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#text-2 .textwidget {
margin: 0 auto 0 auto;
width: 200px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The width needs to be defined to whatever the image size is but this will auto center it.&#60;/p&#62;
&#60;p&#62;As for randomizing the image, you should look for a plugin that has a widget that does something like that. It would be easiest route and give you the most control.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-83634</link>
			<pubDate>Tue, 13 Nov 2012 14:43:15 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">83634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here's a page from my site (below). Image may change but you get the idea: horizontally centered image at top of middle footer column.&#60;/p&#62;
&#60;p&#62;Just out of interest, how difficult would it be to have different images appear randomly in this location?&#60;/p&#62;
&#60;p&#62;Thx Ismael for helping with this.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://beastsyndicate.com/streetwear/shop/big-in-japan-t-shirt/&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/streetwear/shop/big-in-japan-t-shirt/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-83563</link>
			<pubDate>Tue, 13 Nov 2012 03:37:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;You can drag a text widget on either Footer - column 2 or Footer - column 3. Inside the text widget place your html code (using the img tag) and add a class on it, add a css code to style it in Quick CSS (under Styling tab inside Theme Options) or custom.css. If you can post a link to your propulsion site I'll be happy to assist you on the css code. :) &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "HTML for centered image in footer column"</title>
			<link>http://www.kriesi.at/support/topic/html-for-centered-image-in-footer-column#post-83470</link>
			<pubDate>Mon, 12 Nov 2012 15:23:12 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">83470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What HTML code would center an image element in the middle footer column?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
