<?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: Remove Padding</title>
		<link>http://en.forums.wordpress.com/topic/remove-padding</link>
		<description>WordPress.com Forums &#187; Topic: Remove Padding</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 01:59:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-padding" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-825859</link>
			<pubDate>Thu, 23 Feb 2012 16:47:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825859@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Check this out: <a href="http://www.htmldog.com/guides/cssadvanced/specificity/" rel="nofollow">http://www.htmldog.com/guides/cssadvanced/specificity/</a></p>
<p>But then also check this one out too (it's cute): <a href="http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html" rel="nofollow">http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html</a>
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-825800</link>
			<pubDate>Thu, 23 Feb 2012 15:40:31 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">825800@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok thanks,,,, again...lol
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-825667</link>
			<pubDate>Thu, 23 Feb 2012 10:37:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's not working because you have later code in your custom CSS. Check your Appearance &#8594; Custom Design &#8594; CSS page for the selector "#access ul ul a, #access li:hover &#62; a, #access a:focus" -- see how you set it once and then set it again later?</p>
<p>To fix that, either remove the "#access ul ul a, #access li:hover &#62; a, #access a:focus" line with the colors you don't want or add the rule from above as the LAST thing on the Appearance &#8594; Custom Design &#8594; CSS page. In CSS, when there is more than one rule for the same selectors, the latest one is used.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-825070</link>
			<pubDate>Wed, 22 Feb 2012 18:11:14 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">825070@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have tried to find another code that I might change but it's a little confusing.  The one above doesn't work, the sub-menu's stay Lite Gray,  thanks.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824913</link>
			<pubDate>Wed, 22 Feb 2012 15:24:24 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">824913@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oppps... I copied and pasted the code but it doesn't seem to be working....  If you click on the "Gallery" tab the menu's under it are still Gray.  Is there some code in particular I could look for?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824848</link>
			<pubDate>Wed, 22 Feb 2012 12:08:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">824848@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Right on. :)</p>
<blockquote><p>when i put the cursor over a menu title the colour changes from White to Lite Gray and all the other menu titles, under the main menu title, also show up Lite Gray.</p>
<p>I would like to have them all just appear White.</p></blockquote>
<p>This will change submenu link colors as well as top level menu hover and focused links to white:</p>
<pre><code>#access ul ul a, #access li:hover &gt; a, #access a:focus {
  color: white;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824476</link>
			<pubDate>Tue, 21 Feb 2012 23:39:24 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">824476@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am learning.. and it's fun.  And I'm not about to give up...</p>
<p>The challenge I have now is this:</p>
<p>when i put the cursor over a menu title the colour changes from White to Lite Gray and all the other menu titles, under the main menu title, also show up Lite Gray.  </p>
<p>I would like to have them all just appear White.</p>
<p>How do i do that?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824279</link>
			<pubDate>Tue, 21 Feb 2012 20:09:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">824279@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's a learning process! Hopefully you're having fun with it too. :)
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824187</link>
			<pubDate>Tue, 21 Feb 2012 18:21:59 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">824187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ohhh ... i wish I had known that to begin with.. my mistake... I should have asked.  </p>
<p>Well I will get is one paid for,  finished and published and then when I start the other site, I will do it the right way.</p>
<p>Thanks for your help, I'm sure I will be back for more.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824161</link>
			<pubDate>Tue, 21 Feb 2012 18:00:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">824161@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You've made post titles black on black. That means they're still taking up space. To hide post and page titles all together, use this CSS:</p>
<pre><code>.entry-title {
  display: none;
}</code></pre>
<p>Extra code? Note that a best practice for CSS is to only copy the changes into the edit area on the Appearance &#8594; Custom Design &#8594; CSS page and not to copy all of the code. Every theme is unique though. Some have more CSS than others and some are easier to modify than others. :)</p>
<p>You might consider pulling out the code you have now and just adding back code for the changes you want to make.</p>
<p>Also, note that adding new code to the bottom is best because if there is something else inside your custom CSS that does the same thing, then the latest rule will be the one used.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824138</link>
			<pubDate>Tue, 21 Feb 2012 17:39:11 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">824138@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it possible to reduce the spacing between the word "edit" and the top menu?  </p>
<p>I want to move the body of text up as much as possible.</p>
<p>Also, is the reason I find this some-what confusing is because the existing code?  Would I have been further ahead to create my own code thereby not having all this extra code to make it so busy.</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-824018</link>
			<pubDate>Tue, 21 Feb 2012 15:09:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">824018@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That spacing is set with this CSS in Twenty Eleven:</p>
<pre><code>.singular.page .hentry {
  padding: 3.5em 0 0;
}</code></pre>
<p>Adjust the 3.5em to something else to make the space smaller.
</p>
]]></description>
					</item>
		<item>
			<title>monaleasaa on "Remove Padding"</title>
			<link>http://en.forums.wordpress.com/topic/remove-padding#post-822365</link>
			<pubDate>Sun, 19 Feb 2012 02:01:24 +0000</pubDate>
			<dc:creator>monaleasaa</dc:creator>
			<guid isPermaLink="false">822365@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to remove/reduce the amount of spacing between the bottom of the Menu Bar and the Body Text - I'm using Twenty Eleven</p>
<p><a href="http://millgrovewoodproductsltd.wordpress.com/">Millgrove Wood Products</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
