<?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: right - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/right</link>
		<description>Support Forum - Tag: right - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:19:27 +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/right" rel="self" type="application/rss+xml" />

		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-112023</link>
			<pubDate>Fri, 17 May 2013 18:34:40 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">112023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow - it works now - thanks, ismael!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111483</link>
			<pubDate>Wed, 15 May 2013 22:27:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please remove the css above and use this instead. This works on my end.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.logo {
float: right;
position: absolute;
right: 0;
text-align: right;
}

.logo a {
float: right;
z-index: 9999;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111471</link>
			<pubDate>Wed, 15 May 2013 20:53:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;also the logo is not clickable any more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111470</link>
			<pubDate>Wed, 15 May 2013 20:53:06 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, it works now if i change it to &#34;position: relative;&#34;&#60;/p&#62;
&#60;p&#62;but by resizing / making the browser-window smaller (x-dimension), the alignment is changing suddenly to left again (ca. tab-size!)&#60;br /&#62;
is there any other css-extra for this size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111469</link>
			<pubDate>Wed, 15 May 2013 20:38:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the navigation is left-aligned now!&#60;br /&#62;
the logo is still on the left side - should be right-aligned...&#60;/p&#62;
&#60;p&#62;i use a fixed header with fixed y-dimension:&#60;/p&#62;
&#60;p&#62;#header_main .container, .main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
height: 80px  !important;&#60;br /&#62;
line-height: 80px  !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;html.fixed_header #main {&#60;br /&#62;
padding-top: 80px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div .logo {&#60;br /&#62;
float: right;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
left: 0;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110723</link>
			<pubDate>Mon, 13 May 2013 00:17:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What type of header are you using?&#60;/p&#62;
&#60;p&#62;This will probably work. Add this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .logo {
float: right;
position: absolute;
right: 0;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110706</link>
			<pubDate>Sun, 12 May 2013 21:12:03 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">110706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;logo right align ?&#60;br /&#62;
nav left?&#60;/p&#62;
&#60;p&#62;any css for this??&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Change Copyright Text &#38; Color"</title>
			<link>http://www.kriesi.at/support/topic/change-copyright-text-color#post-73364</link>
			<pubDate>Wed, 29 Aug 2012 00:35:14 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi FreshGirl,&#60;/p&#62;
&#60;p&#62;The code Devin lists above is found in the footer.php for the Choice theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FreshGirl on "Change Copyright Text &#38; Color"</title>
			<link>http://www.kriesi.at/support/topic/change-copyright-text-color#post-73355</link>
			<pubDate>Tue, 28 Aug 2012 23:46:51 +0000</pubDate>
			<dc:creator>FreshGirl</dc:creator>
			<guid isPermaLink="false">73355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I can't find the above code in the sidebar.php file. I am in themes &#38;gt; Choices &#38;gt; sidebar.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change Copyright Text &#38; Color"</title>
			<link>http://www.kriesi.at/support/topic/change-copyright-text-color#post-70431</link>
			<pubDate>Fri, 10 Aug 2012 06:22:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aspireworks227,&#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;.copyright, .copyright a {
color: #444;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can edit the output in your theme files sidebar.php. Search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;&#38;amp;copy; Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_bloginfo(&#38;#39;name&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aspireworks227 on "Change Copyright Text &#38; Color"</title>
			<link>http://www.kriesi.at/support/topic/change-copyright-text-color#post-70421</link>
			<pubDate>Fri, 10 Aug 2012 06:05:01 +0000</pubDate>
			<dc:creator>Aspireworks227</dc:creator>
			<guid isPermaLink="false">70421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;br /&#62;
My website is ShopCirca360.com, and I have a bit of a problem.&#60;br /&#62;
I'd like the change the color of the copyright info. It is a light gray against a blue background, and is very hard to read.&#60;br /&#62;
I would also like to add in some custom text.&#60;/p&#62;
&#60;p&#62;Can you tell me how to go about this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Product Page &#34;Smooshed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/product-page-smooshed#post-67447</link>
			<pubDate>Tue, 24 Jul 2012 23:20:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.template-shop-single .product {
overflow: hidden;
clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aspireworks227 on "Product Page &#34;Smooshed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/product-page-smooshed#post-67416</link>
			<pubDate>Tue, 24 Jul 2012 19:31:19 +0000</pubDate>
			<dc:creator>Aspireworks227</dc:creator>
			<guid isPermaLink="false">67416@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;Please forgive my lack of technical terms, but I'm having a problem with my product pages.&#60;br /&#62;
The problem can be viewed here: &#60;a href=&#34;http://shopcirca360.com/?product=top1&#34; rel=&#34;nofollow&#34;&#62;http://shopcirca360.com/?product=top1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you'll see, the product info itself along with the images are all pushed to the right side, with a huge block of empty space on the left.&#60;br /&#62;
This seems like it might be because of the shop menu at the top, as they seem to be interfering with each other a bit. That's the opinion of someone who knows very little about code, though.&#60;br /&#62;
How can I fix this?&#60;/p&#62;
&#60;p&#62;If it has anything to do with my custom CSS, here is all I have:&#60;/p&#62;
&#60;p&#62;.sub_menu {&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 130;&#60;br /&#62;
font-size: 11px;&#60;br /&#62;
display: block;&#60;br /&#62;
float: none;&#60;br /&#62;
text-align: center;&#60;br /&#62;
width: 220px;&#60;br /&#62;
margin: 0 auto 10px auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.content .box {&#60;br /&#62;
background: rgba(255, 255, 255, .8);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.sidebar .box,&#60;br /&#62;
.sidebar #search-2,&#60;br /&#62;
.sidebar #socket {&#60;br /&#62;
   background: #11a6b2 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-40 .content .box {&#60;br /&#62;
width: 740px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-43 .content .box {&#60;br /&#62;
width: 740px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-46 .content .box {&#60;br /&#62;
width: 740px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-49 .content .box {&#60;br /&#62;
width: 740px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "main navigation on right side"</title>
			<link>http://www.kriesi.at/support/topic/main-navigation-on-right-side#post-67123</link>
			<pubDate>Mon, 23 Jul 2012 06:51:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, Choices does not support a sidebar navigation directly. You can try to use the custom menu widget though. Just add it to the &#34;Displayed Everywhere&#34; widget area and select the main menu from the dropdown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caesar_ on "main navigation on right side"</title>
			<link>http://www.kriesi.at/support/topic/main-navigation-on-right-side#post-66525</link>
			<pubDate>Thu, 19 Jul 2012 10:04:06 +0000</pubDate>
			<dc:creator>caesar_</dc:creator>
			<guid isPermaLink="false">66525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;br /&#62;
Do I get the main navigation (theme CHOISES) on the right side? And if YES, how?&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Regards, Bernd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-64541</link>
			<pubDate>Mon, 09 Jul 2012 17:48:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi karapondos1,&#60;/p&#62;
&#60;p&#62;I changed your settings to one large sidebar and then added a text widget to the widget area Frontpage Sidebar left and it looks like everything is working correctly. You should be able to now fill in the sidebar with your content.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karapondos1 on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-64263</link>
			<pubDate>Sat, 07 Jul 2012 15:32:12 +0000</pubDate>
			<dc:creator>karapondos1</dc:creator>
			<guid isPermaLink="false">64263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just sent you an email please get back to me soon as possible
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-64143</link>
			<pubDate>Fri, 06 Jul 2012 20:29:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not quite sure why its not working correctly. In my test installation I don't run into any issues with getting it to appear on the right. I'm actually not even sure it has a setting to change it from a right to left sidebar.&#60;/p&#62;
&#60;p&#62;If you could create a temporary admin account and send me the details I'll log in and take a look at whats going on.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karapondos1 on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-64110</link>
			<pubDate>Fri, 06 Jul 2012 16:44:28 +0000</pubDate>
			<dc:creator>karapondos1</dc:creator>
			<guid isPermaLink="false">64110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I already did that devin if i put it in widget big left it goes left i need right please give me the coding
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63936</link>
			<pubDate>Thu, 05 Jul 2012 21:08:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">63936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi karapondos1,&#60;/p&#62;
&#60;p&#62;I believe this is just a display issue for the widget column name. Try putting in your widgets in the widget area that says Big Left Sidebar area after changing the setting to one big sidebar.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karapondos1 on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63892</link>
			<pubDate>Thu, 05 Jul 2012 19:07:33 +0000</pubDate>
			<dc:creator>karapondos1</dc:creator>
			<guid isPermaLink="false">63892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;everlastingezekiel.com is my website&#60;/p&#62;
&#60;p&#62;in the theme the only time i have a right sidebar is when there is two small side bars and when i choose the one big sidebar option it only gives me front page left area in my widget selection instead of both front page left and front page right for one big side bar&#60;/p&#62;
&#60;p&#62;i need just one big front page right sidebar&#60;/p&#62;
&#60;p&#62;i have uninstalled my theme and reinstalled my theme several times i have tried to fab the coding and nothing is working please help me with this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63813</link>
			<pubDate>Thu, 05 Jul 2012 07:35:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Oh! That's bad. Sorry for that.&#60;/p&#62;
&#60;p&#62;You mean you're having a left sidebar instead of a big right sidebar? From what I know Newscast only support right sidebar. Can you give us a link on your website with the left sidebar?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karapondos1 on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63743</link>
			<pubDate>Wed, 04 Jul 2012 22:27:33 +0000</pubDate>
			<dc:creator>karapondos1</dc:creator>
			<guid isPermaLink="false">63743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;NO i wont thank you ismael because in my theme when there is ONE BIG SIDE BAR there is only a left sidebar and not a frontpage RIGHT sidebar like i need in my widgets section so why not trying giving me some code please because ive taken down my website and re downloaded the theme 3 times and yet there is always just a front page left widget only when i choose one big side bar i need some code please im not mad at you im just frustrated that at how much i have to go through to get some answers ive posted other support threads that just get closed when there are unresolved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63292</link>
			<pubDate>Tue, 03 Jul 2012 06:09:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Just go to Newscast Options &#38;gt; Sidebar and Footer &#38;gt; Sidebar Count &#38;gt; Choose &#34;One big sidebar&#34;.&#60;/p&#62;
&#60;p&#62;You can thank me now. Hehe. Just kidding. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karapondos1 on "I NEED One Big (Frontpage) Right Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/i-need-one-big-frontpage-right-sidebar#post-63241</link>
			<pubDate>Mon, 02 Jul 2012 21:37:15 +0000</pubDate>
			<dc:creator>karapondos1</dc:creator>
			<guid isPermaLink="false">63241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would appreciate it beyond words if someone could help me to achieve ONE big right sidebar on my website.&#60;br /&#62;
That's all I want - one big right sidebar. You deserve my immense gratitude if you can help me. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Right sidebar interfers with &#039;date and comment&#039; block"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-interfers-with-date-and-comment-block#post-62948</link>
			<pubDate>Sat, 30 Jun 2012 05:30:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter's css fix worked for you :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Buitenruimte on "Right sidebar interfers with &#039;date and comment&#039; block"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-interfers-with-date-and-comment-block#post-62920</link>
			<pubDate>Fri, 29 Jun 2012 20:20:37 +0000</pubDate>
			<dc:creator>Buitenruimte</dc:creator>
			<guid isPermaLink="false">62920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thats's damn smart : )&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Right sidebar interfers with &#039;date and comment&#039; block"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-interfers-with-date-and-comment-block#post-60685</link>
			<pubDate>Mon, 18 Jun 2012 05:59:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single .sidebar2 {
    left: 888px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Buitenruimte on "Right sidebar interfers with &#039;date and comment&#039; block"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-interfers-with-date-and-comment-block#post-59990</link>
			<pubDate>Wed, 13 Jun 2012 07:43:41 +0000</pubDate>
			<dc:creator>Buitenruimte</dc:creator>
			<guid isPermaLink="false">59990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael.&#60;/p&#62;
&#60;p&#62;Thanks for that!&#60;br /&#62;
Doesn't work for me though because the height of the date element is not always 100px. (long category names take up 2 lines sometimes)&#60;br /&#62;
So is it possible to have the sidebar stick to the bottom of that date block in a relative way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Right sidebar interfers with &#039;date and comment&#039; block"</title>
			<link>http://www.kriesi.at/support/topic/right-sidebar-interfers-with-date-and-comment-block#post-59949</link>
			<pubDate>Wed, 13 Jun 2012 03:52:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try to remove the white space you created then drop this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .sidebar2.sidebar_absolute {
margin-top: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the top margin if needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
