<?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: css sidebar heading bold</title>
		<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold</link>
		<description>Support Forum - Topic: css sidebar heading bold</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 23:45:26 +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/css-sidebar-heading-bold" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24967</link>
			<pubDate>Tue, 16 Aug 2011 06:44:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to apply a padding right:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .doubleentry .entry{
padding-left:20px;
padding-right:20px;
position: relative;
left:0 !important;
left:20px;
width:280px;
clear:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The only problem I see here is that the padding is applied to both columns and there's no class to distingish between column 1 and 2. Maybe you can correct the padding for the right column with a negative margin for the doubleentry container or you need to add some code to index.php and archive.php to mark the second column (i.e. class &#34;last&#34;, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cronk005 on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24954</link>
			<pubDate>Tue, 16 Aug 2011 01:03:45 +0000</pubDate>
			<dc:creator>cronk005</dc:creator>
			<guid isPermaLink="false">24954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;one more question. On the main page with two columns, how do I put more spacing between the two columns. i have been trying to play around with the css for the 2 entries, but nothing seems to work.. i've tried adding different paddings &#38;amp; margins, but nothing seems to work.. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* 2 small entries */&#60;/p&#62;
&#60;p&#62;#top .doubleentry .entry-content{&#60;br /&#62;
width:280px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .doubleentry .entry{&#60;br /&#62;
padding-left:20px;&#60;br /&#62;
position: relative;&#60;br /&#62;
left:0 !important;&#60;br /&#62;
left:20px;&#60;br /&#62;
width:280px;&#60;br /&#62;
clear:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.doubleentry{&#60;br /&#62;
margin-left:-20px;&#60;br /&#62;
float: left;&#60;br /&#62;
clear: both;&#60;br /&#62;
width:600px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.fullwidth .doubleentry{&#60;br /&#62;
width:980px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.fullwidth #main .doubleentry .entry, .fullwidth #main .doubleentry .entry-content{&#60;br /&#62;
width:470px;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24545</link>
			<pubDate>Thu, 11 Aug 2011 05:41:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cronk005 on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24525</link>
			<pubDate>Wed, 10 Aug 2011 17:44:35 +0000</pubDate>
			<dc:creator>cronk005</dc:creator>
			<guid isPermaLink="false">24525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes, yes... that was great... thanks so much!!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24465</link>
			<pubDate>Tue, 09 Aug 2011 17:43:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widgettitle{
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cronk005 on "css sidebar heading bold"</title>
			<link>http://www.kriesi.at/support/topic/css-sidebar-heading-bold#post-24462</link>
			<pubDate>Tue, 09 Aug 2011 17:16:22 +0000</pubDate>
			<dc:creator>cronk005</dc:creator>
			<guid isPermaLink="false">24462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there-&#60;/p&#62;
&#60;p&#62;I'm trying to figure out how to make the sidebar headers bolded. ie: &#60;a href=&#34;http://globe-trekking.com/en&#34; rel=&#34;nofollow&#34;&#62;http://globe-trekking.com/en&#60;/a&#62; I would like Categories, Next Trip Countdown, etc to be bolded.&#60;/p&#62;
&#60;p&#62;I thought it would be an h3 code, but i just got an error for adding the css code for font-weight:bold;&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
