<?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 - Tag: white space - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/white-space</link>
		<description>Support Forum - Tag: white space - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 12:51:35 +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/tags/white-space" rel="self" type="application/rss+xml" />

		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83181</link>
			<pubDate>Sat, 10 Nov 2012 06:50:34 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked out great!&#60;/p&#62;
&#60;p&#62;Thanks for all the help Devin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83134</link>
			<pubDate>Fri, 09 Nov 2012 19:29:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'll need to edit the loop for that. Go to your theme files via ftp and open includes&#38;gt;loop-index.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php 

						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep comment-container-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						echo &#38;#39;&#38;lt;div class=&#38;quot;like-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_facebook_like($id);
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;span class=&#38;quot;text-sep like-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;tweets-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_retweet($id);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep tweets-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						$cats = get_the_category();
						if(!empty($cats))
						{
							// __(&#38;#39;posted in&#38;#39;,&#38;#39;avia_framework&#38;#39;)
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;;
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;#39;;
							// echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep cat-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
						}

						/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/

						?&#38;gt;

					&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace that whole block with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php 

						$cats = get_the_category();
						if(!empty($cats))
						{
							// __(&#38;#39;posted in&#38;#39;,&#38;#39;avia_framework&#38;#39;)
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;;
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;#39;;
							// echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep cat-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
						}

						/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/

						?&#38;gt;

					&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then save the file back onto your server so it overwrites the old one.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83124</link>
			<pubDate>Fri, 09 Nov 2012 19:06:24 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;That worked great for the white space. Is there a way to remove the mention of comments, reactions likes and tweets (and only have the &#34;in [tags]&#34; portion of the text be available beneath each post)? &#60;/p&#62;
&#60;p&#62;If not, is there a way I can remove all of it then? It just seems repetitive with our social sharing plugin.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83122</link>
			<pubDate>Fri, 09 Nov 2012 19:00:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm,&#60;/p&#62;
&#60;p&#62;It looks like the facebook iframe is getting a weird height on its iframe. 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;#Facebook_Counter iframe {
height: 32px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83103</link>
			<pubDate>Fri, 09 Nov 2012 17:56:17 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've recently set up a blog page and for some reason, there is a large amount of white space below each post followed by:&#60;/p&#62;
&#60;p&#62;&#34;0 Comments and 0 Reactions/0 Likes/0 Tweets/&#34;&#60;/p&#62;
&#60;p&#62;How do I go about removing this large amount of white space and the information above? I've installed a social sharing plugin, so I don't need the information mentioned twice.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I decrease the space at the bottom of content in the main container?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-decrease-the-space-at-the-bottom-of-content-in-the-main-container#post-20262</link>
			<pubDate>Wed, 01 Jun 2011 04:59:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FergieGirl on "How do I decrease the space at the bottom of content in the main container?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-decrease-the-space-at-the-bottom-of-content-in-the-main-container#post-20251</link>
			<pubDate>Tue, 31 May 2011 22:58:59 +0000</pubDate>
			<dc:creator>FergieGirl</dc:creator>
			<guid isPermaLink="false">20251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant, Dude - worked a treat! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I decrease the space at the bottom of content in the main container?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-decrease-the-space-at-the-bottom-of-content-in-the-main-container#post-20226</link>
			<pubDate>Tue, 31 May 2011 20:29:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in css/custom.css add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content {
    padding: 0px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>FergieGirl on "How do I decrease the space at the bottom of content in the main container?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-decrease-the-space-at-the-bottom-of-content-in-the-main-container#post-20178</link>
			<pubDate>Tue, 31 May 2011 02:43:17 +0000</pubDate>
			<dc:creator>FergieGirl</dc:creator>
			<guid isPermaLink="false">20178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to decrease the space between the bottom of the content in the main container and the footer (or in this case sub-footer area as we have decided not to use the footer). The site is:&#60;br /&#62;
&#60;a href=&#34;http://africaaustralasiaconference.com/&#34; rel=&#34;nofollow&#34;&#62;http://africaaustralasiaconference.com/&#60;/a&#62;&#60;br /&#62;
Client wants less white space at the bottom of the text. Have had a look through style.css and changed&#60;br /&#62;
#main{ /*main area, contains all content and sidebars*/&#60;br /&#62;
float: left;&#60;br /&#62;
padding-bottom: 10px;&#60;br /&#62;
width: 100%;&#60;br /&#62;
}&#60;br /&#62;
In Containers but hasn't made much/any difference. (see padding-bottom: 10px)&#60;br /&#62;
Cheers&#60;br /&#62;
Fergie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar is messy with recent post, big spaces between them, how to fix this?"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-is-messy-with-recent-post-big-spaces-between-them-how-to-fix-this#post-12772</link>
			<pubDate>Sat, 12 Feb 2011 14:11:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) I think the best solution would be to replace following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_pages li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{
width:50%;
float:left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_pages li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{
width:100%;
float:left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So every post will be displayed in a seperate line....&#60;/p&#62;
&#60;p&#62;2) To remove the borders add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar a img, .sidebar  a:hover img, .sidebar td, .sidebar tr{
border:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Maybe this answers your request here: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-use-tables-for-some-things-i-always-have-a-border-now-how-to-get-rid-of-it&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-use-tables-for-some-things-i-always-have-a-border-now-how-to-get-rid-of-it&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>askmepc on "Sidebar is messy with recent post, big spaces between them, how to fix this?"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-is-messy-with-recent-post-big-spaces-between-them-how-to-fix-this#post-12751</link>
			<pubDate>Sat, 12 Feb 2011 02:41:31 +0000</pubDate>
			<dc:creator>askmepc</dc:creator>
			<guid isPermaLink="false">12751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://wnba-sfchapter.org&#34; rel=&#34;nofollow&#34;&#62;http://wnba-sfchapter.org&#60;/a&#62;&#60;br /&#62;
How do I get rid of the big spaces between recent posts and why are there?&#60;br /&#62;
Also waiting for an answer on how to get rid of these random borders like on my facebook and email me button on the sidebar.&#60;br /&#62;
Hello.... is anyone around who can help me this week?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>guivino on "Lack of Space between footer and bottom!"</title>
			<link>http://www.kriesi.at/support/topic/lack-of-space-between-footer-and-bottom#post-6670</link>
			<pubDate>Thu, 14 Oct 2010 16:46:12 +0000</pubDate>
			<dc:creator>guivino</dc:creator>
			<guid isPermaLink="false">6670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your HELP!&#60;br /&#62;
What i've done to reduce the space between bottom icons and the end of the page:&#60;/p&#62;
&#60;p&#62;I changed this line. The original value was 140 and the new one 70px&#60;/p&#62;
&#60;p&#62;#wrapper_footer_bottom{&#60;br /&#62;
height:70px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Lack of Space between footer and bottom!"</title>
			<link>http://www.kriesi.at/support/topic/lack-of-space-between-footer-and-bottom#post-6624</link>
			<pubDate>Thu, 14 Oct 2010 05:00:58 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">6624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You could change the top padding on line 424 of style.css (/wp-content/themes/habitat)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
padding:35px 40px 10px;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change the first value, 35px, to something less. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Noah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>guivino on "Lack of Space between footer and bottom!"</title>
			<link>http://www.kriesi.at/support/topic/lack-of-space-between-footer-and-bottom#post-6622</link>
			<pubDate>Thu, 14 Oct 2010 03:13:45 +0000</pubDate>
			<dc:creator>guivino</dc:creator>
			<guid isPermaLink="false">6622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! Here is the link of my blog &#60;a href=&#34;http://www.lovit.com.br&#34; rel=&#34;nofollow&#34;&#62;http://www.lovit.com.br&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note the white space between rss, facebook and twitter ICONS and the bottom of the page. How can I get rid of this empty space!&#60;/p&#62;
&#60;p&#62;Also the space between the last post and the begining of the footer's columns.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
