<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: How to reduce space between widget title and border</title>
		<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border</link>
		<description>WordPress.com Forums &#187; Topic: How to reduce space between widget title and border</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 00:41:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-reduce-space-between-widget-title-and-border" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980739</link>
			<pubDate>Sun, 19 Aug 2012 15:25:51 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">980739@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Super!
</p>
]]></description>
					</item>
		<item>
			<title>sensuousinkspiller on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980718</link>
			<pubDate>Sun, 19 Aug 2012 14:01:38 +0000</pubDate>
			<dc:creator>sensuousinkspiller</dc:creator>
			<guid isPermaLink="false">980718@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>themabelkwong on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980597</link>
			<pubDate>Sun, 19 Aug 2012 04:01:18 +0000</pubDate>
			<dc:creator>themabelkwong</dc:creator>
			<guid isPermaLink="false">980597@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much sensuousinkspiller and houstonweaver. I decreased the line-height in the widget title and it worked like a charm!</p>
<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980250</link>
			<pubDate>Sat, 18 Aug 2012 15:49:34 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">980250@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops, sorry, didn't mean to give a second answer, guess I should have refreshed before posting my answer, but at least we came up with the same idea.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980248</link>
			<pubDate>Sat, 18 Aug 2012 15:48:24 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">980248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try reducing your line-height and see if that works. I didn't delve deeply so don't know if that will have any negative ramifications in the rest of your widget, but try it out.  Disclaimer: just a peer blogger, not one of our super gurus here on wp.com. You might look here to see if this might be applicable: <a href="http://www.w3schools.com/cssref/pr_dim_line-height.asp">http://www.w3schools.com/cssref/pr_dim_line-height.asp</a>
</p>
]]></description>
					</item>
		<item>
			<title>sensuousinkspiller on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980241</link>
			<pubDate>Sat, 18 Aug 2012 15:38:48 +0000</pubDate>
			<dc:creator>sensuousinkspiller</dc:creator>
			<guid isPermaLink="false">980241@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was playing with the widget-title yesterday in my blog (Twenty Eleven theme) , and it is line-height that needs to be adjusted for that. </p>
<p>Hope that helps!
</p>
]]></description>
					</item>
		<item>
			<title>themabelkwong on "How to reduce space between widget title and border"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-reduce-space-between-widget-title-and-border#post-980158</link>
			<pubDate>Sat, 18 Aug 2012 13:50:38 +0000</pubDate>
			<dc:creator>themabelkwong</dc:creator>
			<guid isPermaLink="false">980158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do you reduce space between the widget titles and the line/border below it?</p>
<p>My blog <a href="http://themabelkwong.wordpress.com">http://themabelkwong.wordpress.com</a></p>
<p>Here is a bit of my customised CSS code:</p>
<p>.widget-title {<br />
	font-size:17px;<br />
	margin:2px;<br />
	font-family:arial;<br />
	font-weight:500;<br />
	letter-spacing:0;<br />
	line-height:2.6em;<br />
	text-transform:none;<br />
	border-bottom:1px solid #ddd;<br />
}</p>
<p>.widget-title a {<br />
	color:#666;<br />
	font-weight:normal;<br />
}</p>
<p>As you can see, I added a border below my widget titles, but I want to reduce the space between them. I've tried decreasing padding but it does not seem to work.</p>
<p>Thank you.
</p>
]]></description>
					</item>

	</channel>
</rss>
