<?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: Center Alignment for Icon Box?</title>
		<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box</link>
		<description>Support Forum - Topic: Center Alignment for Icon Box?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 10:54:20 +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/center-alignment-for-icon-box" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-53568</link>
			<pubDate>Thu, 26 Apr 2012 18:54:53 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Glad Devin and Ismael were able to help!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>commonmodel on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-53566</link>
			<pubDate>Thu, 26 Apr 2012 18:44:33 +0000</pubDate>
			<dc:creator>commonmodel</dc:creator>
			<guid isPermaLink="false">53566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin and Ismael,&#60;/p&#62;
&#60;p&#62;You've done it!  This code will do just fine.  I have updated the site and it looks pretty good!  Thank you so much for your help.  I really appreciate it!&#60;/p&#62;
&#60;p&#62;Great theme, Great support!  Issue: RESOLVED.&#60;/p&#62;
&#60;p&#62;Best wishes,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://CommonModel.com&#34; rel=&#34;nofollow&#34;&#62;http://CommonModel.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-53547</link>
			<pubDate>Thu, 26 Apr 2012 17:11:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi commonmodel,&#60;/p&#62;
&#60;p&#62;Site looks great! You are correct in where to put it but lets take the css Ismael provided and push it a bit further :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.iconbox_icon {
float: left;
padding: 8px 5px 0 0;
width: 100px;
}

.iconbox_icon img {
margin-left: auto !important;
margin-right: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If it messes with icons in a way you don't like on other pages, we can have it target only specific ones if you'd like.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>commonmodel on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-53216</link>
			<pubDate>Wed, 25 Apr 2012 04:38:33 +0000</pubDate>
			<dc:creator>commonmodel</dc:creator>
			<guid isPermaLink="false">53216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;I plugged this into the Theme Options &#38;gt; Styling &#38;gt; Quick CSS and saved the changes, but it did not do anything.  Is this what you mean by custom.css?  If not, how do I access my custom.css?  Do I need the Custom CSS upgrade for Wordpress?&#60;/p&#62;
&#60;p&#62;Thanks for dealing with me and my n00b self.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-53203</link>
			<pubDate>Wed, 25 Apr 2012 03:53:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Nice work on customizing the theme. :)&#60;/p&#62;
&#60;p&#62;You can drop this line on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.iconbox_icon {
float: left;
padding: 8px 5px 0 0;
width: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>commonmodel on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-52939</link>
			<pubDate>Mon, 23 Apr 2012 19:08:28 +0000</pubDate>
			<dc:creator>commonmodel</dc:creator>
			<guid isPermaLink="false">52939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;My apologies on the filedropper links; I am not familiar with a better file hosting site (or how to do that with my own hosting).  My site is live now, so feel free to check it out!  &#60;a href=&#34;http://CommonModel.com&#34; rel=&#34;nofollow&#34;&#62;http://CommonModel.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The two pages that I would like to use a center alignment within icon box columns are &#60;a href=&#34;http://CommonModel.com/brand/&#34; rel=&#34;nofollow&#34;&#62;http://CommonModel.com/brand/&#60;/a&#62;  and &#60;a href=&#34;http://CommonModel.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://CommonModel.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am new to css development, so any tips you could give regarding your suggestion to &#34;add a css style for the individual elements&#34; would be much appreciated.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-52898</link>
			<pubDate>Mon, 23 Apr 2012 15:02:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi commonmodel,&#60;/p&#62;
&#60;p&#62;Both links just go to the filedropper home page.&#60;/p&#62;
&#60;p&#62;If you'd like you can send me login credentials so that I can see the site live at: DevinVinson (at) gmail.com. Make sure to include a link to this topic or my spam filter will put it into my junk folder.&#60;/p&#62;
&#60;p&#62;Otherwise, what you'll need to do, is add a css style for the individual elements to align them as you'd like. Even then, it may not be possible to center them perfectly, but you can fake it with margins or padding.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>commonmodel on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-52490</link>
			<pubDate>Fri, 20 Apr 2012 05:31:57 +0000</pubDate>
			<dc:creator>commonmodel</dc:creator>
			<guid isPermaLink="false">52490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The website is actually in Maintenance Mode right now, so I am afraid you would not be able to see it.  Here are some screenshots to describe what I would like to do:&#60;/p&#62;
&#60;p&#62;2 Column Layout using 2 Icon Boxes (see red lines on page 2):&#60;br /&#62;
&#60;a href=&#34;http://www.filedropper.com/2columnusing2iconboxes&#34; rel=&#34;nofollow&#34;&#62;http://www.filedropper.com/2columnusing2iconboxes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3 Column Layout using 3 Icon Boxes (see red lines on page 2):&#60;br /&#62;
&#60;a href=&#34;http://www.filedropper.com/3columnpostusing3iconboxes&#34; rel=&#34;nofollow&#34;&#62;http://www.filedropper.com/3columnpostusing3iconboxes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-51875</link>
			<pubDate>Mon, 16 Apr 2012 19:10:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">51875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi commonmodel,&#60;/p&#62;
&#60;p&#62;Can you provide a link to the page you are trying to get the effect on? You aren't able to apply visual editor effects to shortcode alone, you'll need to apply css to the elements after they are created.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>commonmodel on "Center Alignment for Icon Box?"</title>
			<link>http://www.kriesi.at/support/topic/center-alignment-for-icon-box#post-51554</link>
			<pubDate>Fri, 13 Apr 2012 16:51:40 +0000</pubDate>
			<dc:creator>commonmodel</dc:creator>
			<guid isPermaLink="false">51554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am using Flashlight and it is a GREAT theme.  I am having a problem aligning icon boxes to the center of the screen (horizontally).  No mater what justification I use in the 'Visual' text editor (left, center, right) the icon box always appears with left justification.&#60;/p&#62;
&#60;p&#62;Ideally I would like to align the icon box to the center of 2-column entries (i.e. center of each column, horizontally).  Any solutions or work-arounds?&#60;/p&#62;
&#60;p&#62;Thank you so much.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
