<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Cutline Theme Support Forums Topic: Changing width on the sidebars</title>
<link>http://cutline.tubetorial.com/forums-archive/</link>
<description>Cutline Theme Support Forums Topic: Changing width on the sidebars</description>
<language>en</language>
<pubDate>Fri, 10 Feb 2012 21:16:05 +0000</pubDate>

<item>
<title>Monica on "Changing width on the sidebars"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/changing-width-on-the-sidebars#post-463</link>
<pubDate>Fri, 19 Oct 2007 07:29:35 +0000</pubDate>
<dc:creator>Monica</dc:creator>
<guid isPermaLink="false">463@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Topic is solved :)&#60;br /&#62;
I forgot to change ul.sidebar_list in the stylesheet.&#60;/p&#62;
&#60;p&#62;Original code:&#60;br /&#62;
&#60;code&#62;ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;By adding a new class for left sidebar and changing to &#38;lt;ul class=&#34;l_sidebar_list&#34;&#38;gt; in l-sidebar.php it works exactly as I want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ul.l_sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 290px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Best regards&#60;br /&#62;
/Monica
&#60;/p&#62;</description>
</item>
<item>
<title>Monica on "Changing width on the sidebars"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/changing-width-on-the-sidebars#post-458</link>
<pubDate>Thu, 18 Oct 2007 18:36:57 +0000</pubDate>
<dc:creator>Monica</dc:creator>
<guid isPermaLink="false">458@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I tried to change the width of the sidebars by editing the stylesheet, but nothing happens, this is the original code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#container { width: 970px; margin: 15px auto 0 auto; }
#content_box { width: 970px; text-align: left; float: left; clear: both; }
#content { width: 500px; padding: 0 0 0 20px; float: left; }
#sidebar { width: 210px; padding: 0 0 0 15px; float: right; }
#l_sidebar { width: 210px; padding: 0 0 0 15px; float: left; }
#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 3px solid #000; float: left; clear: both; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#container { width: 970px; margin: 15px auto 0 auto; }
#content_box { width: 970px; text-align: left; float: left; clear: both; }
#content { width: 420px; padding: 0 0 0 20px; float: left; }
#sidebar { width: 290px; padding: 0 0 0 15px; float: right; }
#l_sidebar { width: 210px; padding: 0 0 0 15px; float: left; }
#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 3px solid #000; float: left; clear: both; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have reduced the witdth of the content and and added extra witdth to the right hand sidebar. No matter what values i put in the right sidebars width, it stays the same. It just moves to the left a bit.&#60;/p&#62;
&#60;p&#62;Any help would be apreciated!&#60;br /&#62;
/Monica
&#60;/p&#62;</description>
</item>

</channel>
</rss>

