<?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: Uneven columns</title>
		<link>http://www.kriesi.at/support/topic/uneven-columns</link>
		<description>Support Forum - Topic: Uneven columns</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:19: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/uneven-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-73156</link>
			<pubDate>Tue, 28 Aug 2012 03:08:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boeellis on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-73151</link>
			<pubDate>Tue, 28 Aug 2012 02:47:09 +0000</pubDate>
			<dc:creator>boeellis</dc:creator>
			<guid isPermaLink="false">73151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael... I used your code above, but in order to keep it from squishing all of my sidebar widgets together I added the specific page ID... Ex: &#60;/p&#62;
&#60;p&#62;.page-id-7 .widget {&#60;br /&#62;
padding: 0 0 30px 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Worked like a charm... Thanks so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-72981</link>
			<pubDate>Mon, 27 Aug 2012 05:26:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Boeelis, there is a line break tag (&#60;br /&#62;) after your first widget, I think you should check that. You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widget {
padding: 0 0 30px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boeellis on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-72980</link>
			<pubDate>Mon, 27 Aug 2012 04:47:23 +0000</pubDate>
			<dc:creator>boeellis</dc:creator>
			<guid isPermaLink="false">72980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Friend,&#60;/p&#62;
&#60;p&#62;I have a similar issue. Any chance you could look at this page - nyccp.dreamhosters.com - and tell me how to get my 1/3 &#124; 1/3 &#124; 1/3 to line up across the top? I would also like to be able to tighten up the white space underneath the slider. Any ideas there? Thanks so much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-58933</link>
			<pubDate>Tue, 05 Jun 2012 17:43:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jeffnissen,&#60;br /&#62;
There is an automatic padding added to the top of H1-H6 inside of post/pages to give everything a nice amount of whitespace. 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;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-13 .post-entry h4{
padding-top: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above css targets the about page specifically (page id 13) and then sets the padding for the H4 text to be zero. This should get the columns aligned correctly. Just keep it in mind if you add more h4 text that it won't have the additional padding on top (only on that specific page).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffnissen on "Uneven columns"</title>
			<link>http://www.kriesi.at/support/topic/uneven-columns#post-58921</link>
			<pubDate>Tue, 05 Jun 2012 16:41:17 +0000</pubDate>
			<dc:creator>jeffnissen</dc:creator>
			<guid isPermaLink="false">58921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't seem to get my 1/4 column to match up with the height of my 3/4 column. Please reference &#60;a href=&#34;http://jeffnissen.com/about-us/&#34; rel=&#34;nofollow&#34;&#62;http://jeffnissen.com/about-us/&#60;/a&#62; for visual.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
