<?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: Problem setting padding size in block quotes</title>
		<link>http://en.forums.wordpress.com/topic/problem-setting-padding-size-in-block-quotes</link>
		<description>WordPress.com Forums &#187; Topic: Problem setting padding size in block quotes</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 07:29:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/problem-setting-padding-size-in-block-quotes" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Problem setting padding size in block quotes"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-padding-size-in-block-quotes#post-961880</link>
			<pubDate>Tue, 31 Jul 2012 14:43:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">961880@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thesacredpath, you should be able to adjust the html to remove the div with Firebug just like you can adjust css (if you want).</p>
<p>schoolpsychscholar, this will fix the blockquotes with one rule in custom CSS so you don't have to add an extra div to your code all the time and this will also make it easier to re-style the blockquotes with one edit later if you ever decide you want to change the look of blockquotes in the future.</p>
<pre><code>blockquote {
	background: #ebece4;
	margin: 8px 30px 15px;
	padding: 5px;
}</code></pre>
<p>Note that you should remove the extra div tags and add the CSS code above to your Appearance &#8594; Custom Design &#8594; CSS page to see this work.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Problem setting padding size in block quotes"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-padding-size-in-block-quotes#post-951077</link>
			<pubDate>Fri, 20 Jul 2012 22:14:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">951077@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can you point me to a place where this problem is (hasn't been fixed by the inline style declaration)?
</p>
]]></description>
					</item>
		<item>
			<title>schoolpsychscholar on "Problem setting padding size in block quotes"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-padding-size-in-block-quotes#post-950882</link>
			<pubDate>Fri, 20 Jul 2012 19:17:00 +0000</pubDate>
			<dc:creator>schoolpsychscholar</dc:creator>
			<guid isPermaLink="false">950882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Found and HTML workaround for now. Using this:</p>
<p>{div style="background:#ebece4;padding:10px;"} {/div}
</p>
]]></description>
					</item>
		<item>
			<title>schoolpsychscholar on "Problem setting padding size in block quotes"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-padding-size-in-block-quotes#post-950867</link>
			<pubDate>Fri, 20 Jul 2012 19:05:13 +0000</pubDate>
			<dc:creator>schoolpsychscholar</dc:creator>
			<guid isPermaLink="false">950867@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm altering my block quote style (ThemeMin) to add a background color. But no matter how I adjust it, I can't get the bottom padding between the text and color edge right. It is either too small (no gap) or too large (big gap). Right now it's too large.</p>
<p>I've tried to adjust the CSS with different numbers for the padding, but can't find the solution. </p>
<p>Here's the exact CSS code as it stands now:</p>
<p>blockquote {<br />
	margin:0 24px 20px;<br />
	padding:16px 20px;<br />
	border:0;<br />
	background:#ebece4;<br />
}</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
