<?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: Blank space between sidebar, datebox, and main text space area</title>
		<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area</link>
		<description>Support Forum - Topic: Blank space between sidebar, datebox, and main text space area</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 19:52:51 +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/blank-space-between-sidebar-datebox-and-main-text-space-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87818</link>
			<pubDate>Wed, 12 Dec 2012 14:50:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey casparus,&#60;/p&#62;
&#60;p&#62;Thank you for posting your follow up code :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>casparus on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87648</link>
			<pubDate>Tue, 11 Dec 2012 17:33:11 +0000</pubDate>
			<dc:creator>casparus</dc:creator>
			<guid isPermaLink="false">87648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My code&#60;/p&#62;
&#60;p&#62;&#60;code&#62; @media only screen and (min-width: 768px) {&#60;br /&#62;
	#primary.eight.alpha.units {&#60;br /&#62;
	   padding: 0 !important;&#60;br /&#62;
	   left: -20px !important;&#60;br /&#62;
	}&#60;br /&#62;
	#primary .entry-border-overflow.extralight-border {&#60;br /&#62;
	   display: none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	#top.left_sidebar .entry-border-overflow, #top.left_sidebar .slideshow_container.big-slideshow, #top.left_sidebar .Portrait-portfolio .slideshow_container {&#60;br /&#62;
	   left: -20px !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	#top.left_sidebar .large_element, #top.left_sidebar .seven .entry-border-overflow {&#60;br /&#62;
	   left: -110px !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	.seven.units.container-portfolio-size-3.portfolio-width-large_element {&#60;br /&#62;
	   margin-left: 29px !important;&#60;br /&#62;
	   width: 530px !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	.portfolio-sort-container {&#60;br /&#62;
		margin-left: 3px !important;&#60;br /&#62;
	}&#60;br /&#62;
 } &#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>casparus on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87647</link>
			<pubDate>Tue, 11 Dec 2012 17:32:06 +0000</pubDate>
			<dc:creator>casparus</dc:creator>
			<guid isPermaLink="false">87647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Pretty close I think. Its working but little problem is in portfolio 3 page. It looks&#60;br /&#62;
&#60;a href=&#34;http://postimage.org/image/e3m6gfvwh/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/e3m6gfvwh/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But this is ok I just change margin-left. And after that I add&#60;br /&#62;
.portfolio-sort-container {&#60;br /&#62;
margin-left: 3px !important;&#60;br /&#62;
	}&#60;br /&#62;
&#60;a href=&#34;http://postimage.org/image/rg15md985/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/rg15md985/&#60;/a&#62;&#60;br /&#62;
And after that it looks perfect. Like in &#60;a href=&#34;http://www.kriesi.at/themes/sentence/portfolio-3-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/sentence/portfolio-3-columns/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But one little glitch its still here. After adding your code when you resize browser window size its gets messy in certain size... Its happen only in portfolie 3 page...&#60;br /&#62;
&#60;a href=&#34;http://postimage.org/image/bh3ohf7nj/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/bh3ohf7nj/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Its possible fix it? If no I will live its little thing but... ;)&#60;/p&#62;
&#60;p&#62;PS: How you do that code box? &#60;/p&#62;
&#60;p&#62;&#60;code&#62;test&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87591</link>
			<pubDate>Tue, 11 Dec 2012 11:18:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi casparus,&#60;/p&#62;
&#60;p&#62;Try to replace the code I gave you with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 768px) {
	#primary.eight.alpha.units {
	   padding: 0 !important;
	   left: -20px !important;
	}
	#primary .entry-border-overflow.extralight-border {
	   display: none;
	}

	#top.left_sidebar .entry-border-overflow, #top.left_sidebar .slideshow_container.big-slideshow, #top.left_sidebar .Portrait-portfolio .slideshow_container {
	   left: -20px !important;
	}

	#top.left_sidebar .large_element, #top.left_sidebar .seven .entry-border-overflow {
	   left: -110px !important;
	}

	.seven.units.container-portfolio-size-3.portfolio-width-large_element {
	   margin-left: 50px !important;
	   width: 530px !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>casparus on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87575</link>
			<pubDate>Tue, 11 Dec 2012 09:16:37 +0000</pubDate>
			<dc:creator>casparus</dc:creator>
			<guid isPermaLink="false">87575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yop, its work! But it is needed little more adjustment.&#60;/p&#62;
&#60;p&#62;Your code shift all. Thats good. But some things are now shifted to the sidebar. I find three things.&#60;br /&#62;
1. Picture or video in article&#60;br /&#62;
2. Bottom links in article&#60;br /&#62;
3. Portfolio 3 columns&#60;br /&#62;
This things need to be shifted on oposite side.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://postimage.org/image/3rtxffgkx/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/3rtxffgkx/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87537</link>
			<pubDate>Tue, 11 Dec 2012 02:07:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi casparus,&#60;/p&#62;
&#60;p&#62;Try to add this code in Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#primary.eight.alpha.units {
   padding: 0 !important;
   left: -20px !important;
}
#primary .entry-border-overflow.extralight-border {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>casparus on "Blank space between sidebar, datebox, and main text space area"</title>
			<link>http://www.kriesi.at/support/topic/blank-space-between-sidebar-datebox-and-main-text-space-area#post-87507</link>
			<pubDate>Mon, 10 Dec 2012 21:59:33 +0000</pubDate>
			<dc:creator>casparus</dc:creator>
			<guid isPermaLink="false">87507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. It is possible adjust space between sidebar, datebox, and main text space area? Look at this picture:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://postimage.org/image/nqdgz77ln/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/nqdgz77ln/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want something similar to this&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://postimage.org/image/xuo3qqi5v/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/xuo3qqi5v/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This look like similar question but last solution dont do anything...  &#60;a href=&#34;http://www.kriesi.at/support/topic/change-padding-for-pages&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/change-padding-for-pages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for reply...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
