<?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: Sidebar problem</title>
		<link>http://www.kriesi.at/support/topic/sidebar-problem-2</link>
		<description>Support Forum - Topic: Sidebar problem</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 06:03:29 +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/sidebar-problem-2" rel="self" type="application/rss+xml" />

		<item>
			<title>larincommunication on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-71336</link>
			<pubDate>Thu, 16 Aug 2012 06:45:34 +0000</pubDate>
			<dc:creator>larincommunication</dc:creator>
			<guid isPermaLink="false">71336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thankyou!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-71037</link>
			<pubDate>Tue, 14 Aug 2012 19:48:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I believe the issue is you added a margin left to your grid eight.units. You need to remove the margin in grid.css on this line:&#60;br /&#62;
&#60;code&#62;.container .eight.units                   	{ width: 610px; margin-left: 30%;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I don't ever recommend editing the grid or layout css files as they are used sitewide and things like this can happen. Instead, try creating page specific rules that overwrite the grids if you need to. You can target each page by using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-##{
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you use Firebug for Firefox or Chrome/Safari's inspect tools you can see which specific page class you want to target for the #top ID and then use that to start out your grid class changes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larincommunication on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-70988</link>
			<pubDate>Tue, 14 Aug 2012 15:40:57 +0000</pubDate>
			<dc:creator>larincommunication</dc:creator>
			<guid isPermaLink="false">70988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, I've a problem with WMPL that has broken the permalink structure.. .ARGGGG!! :) you find the page here: &#60;a href=&#34;http://www.larin.it/royal/?page_id=31&#34; rel=&#34;nofollow&#34;&#62;http://www.larin.it/royal/?page_id=31&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-70965</link>
			<pubDate>Tue, 14 Aug 2012 13:41:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi larincommunication,&#60;/p&#62;
&#60;p&#62;I'm not seeing the theme loaded when I visit: &#60;a href=&#34;http://www.larin.it/royal/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.larin.it/royal/blog/&#60;/a&#62;. Are you able to re-load the them on there or is the url different?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larincommunication on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-70935</link>
			<pubDate>Tue, 14 Aug 2012 08:31:08 +0000</pubDate>
			<dc:creator>larincommunication</dc:creator>
			<guid isPermaLink="false">70935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, I've made the change you write me but I still have the problem... :-( What can I try?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-70217</link>
			<pubDate>Thu, 09 Aug 2012 09:24:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70217@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;Looking at your grid.css (in line 34), I think you have modified it to this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.container .four.units {
   width: 900px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which should be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.container .four.units {
   width: 290px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And the : .container .eight.units, the left margin is changed from 30px to 19%. Just do the changes, and it should be fine. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larincommunication on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-69973</link>
			<pubDate>Wed, 08 Aug 2012 08:43:15 +0000</pubDate>
			<dc:creator>larincommunication</dc:creator>
			<guid isPermaLink="false">69973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can anyone help me please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larincommunication on "Sidebar problem"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-problem-2#post-69602</link>
			<pubDate>Mon, 06 Aug 2012 14:04:58 +0000</pubDate>
			<dc:creator>larincommunication</dc:creator>
			<guid isPermaLink="false">69602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've a problem with the sidebar blog page of my website. The sidebar appears at the bottom of the page and not at the side. Please look &#60;a href=&#34;http://www.larin.it/royal/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.larin.it/royal/blog/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
