<?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: Twenty Twelve theme ~ Caption problem</title>
		<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem</link>
		<description>WordPress.com Forums &#187; Topic: Twenty Twelve theme ~ Caption problem</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 23:06:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twenty-twelve-theme-caption-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>davemau on "Twenty Twelve theme ~ Caption problem"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem#post-1124028</link>
			<pubDate>Mon, 14 Jan 2013 21:39:52 +0000</pubDate>
			<dc:creator>davemau</dc:creator>
			<guid isPermaLink="false">1124028@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You could try a group of non-breaking spaces inside a <code> tag. Say...&lt;/p&gt;
&lt;p&gt;[caption id=&quot;&quot; align=&quot;alignright&quot; width=&quot;???&quot;]&lt;img alt=&quot;???&quot; src=&quot;???&quot; width=&quot;???&quot; height=&quot;???&quot; align=&quot;right&quot; /&gt; </code><code>&#160;&#160;&#160;&#160;</code>YOUR CAPTION HERE[/caption]</p>
<p>Worked for me.
</p>
]]></description>
					</item>
		<item>
			<title>vernerek on "Twenty Twelve theme ~ Caption problem"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem#post-1107842</link>
			<pubDate>Mon, 31 Dec 2012 08:39:39 +0000</pubDate>
			<dc:creator>vernerek</dc:creator>
			<guid isPermaLink="false">1107842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If it's designers motive, so be it. I thought it isn't.</p>
<p>Thanks for the code. I will still prefer another theme in place of this modification.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Twenty Twelve theme ~ Caption problem"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem#post-1107173</link>
			<pubDate>Sun, 30 Dec 2012 17:59:11 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1107173@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I found out one "bug" in Twenty Twelve theme </p></blockquote>
<p>Perhaps it is something which bugs you, but the theme designer deliberately put code in to make image captions align left. There <em>are</em> folks who like their captions that way.</p>
<p>You can change that if you want to purchase the CSS upgrade.</p>
<p>Or you can change the caption one image at a time by inserting your images into this html code:<br />
<pre><code>&lt;div class=&quot;wp-caption aligncenter&quot; style=&quot;width:WIDTH_OF_PIC_PLUS_10px;&quot;&gt;
INSERT_PICTURE_HERE_(NO_CAPTION)
&lt;p style=&quot;text-align:center;color:#757575;font-family:Helvetica, Arial, sans-serif;font-size:12px;font-style:italic;margin-top:-20px;&quot;&gt;TYPE YOUR CAPTION HERE&lt;/p&gt;
&lt;/div&gt;</code></pre>
<p>"WIDTH_OF_PIC_PLUS_10" means that if your picture is 500px wide, that number should be 510.</p>
<p>Save the code snippet somewhere and you can re-use it whenever you need. Paste it into the html (text) editor and then add the details for the picture—the details to replace are in all caps in my code.</p>
<p>Here is an explanation of where I learned this (the post is about twenty eleven but the code above is for twenty twelve):<br />
<a href="http://wpbtips.wordpress.com/2011/11/29/image-captions-no-dash-twenty-eleven/" rel="nofollow">http://wpbtips.wordpress.com/2011/11/29/image-captions-no-dash-twenty-eleven/</a></p>
<p>There is also this article if you are crazy for code:<br />
<a href="http://wpbtips.wordpress.com/2011/08/01/changing-formatting-of-captions/" rel="nofollow">http://wpbtips.wordpress.com/2011/08/01/changing-formatting-of-captions/</a>
</p>
]]></description>
					</item>
		<item>
			<title>vernerek on "Twenty Twelve theme ~ Caption problem"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem#post-1107092</link>
			<pubDate>Sun, 30 Dec 2012 16:17:25 +0000</pubDate>
			<dc:creator>vernerek</dc:creator>
			<guid isPermaLink="false">1107092@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Kind of changed the blog from Twenty Twelve to Choco for now.<br />
Because of the Caption alignleft thing :-(
</p>
]]></description>
					</item>
		<item>
			<title>vernerek on "Twenty Twelve theme ~ Caption problem"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-caption-problem#post-1106746</link>
			<pubDate>Sat, 29 Dec 2012 23:08:37 +0000</pubDate>
			<dc:creator>vernerek</dc:creator>
			<guid isPermaLink="false">1106746@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, I'm really new to WordPress blogging but I found out one "bug" in Twenty Twelve theme I'm using and I'm big fan of.<br />
My site: NoirGoku.wordpress.com is hosted at wordpress.com.</p>
<p>The problem:<br />
When I try to give to an image a Caption, it will align to left. (i tried align the image to right / left / center, nothing wrong with that but the Caption is alway on the left). I tried different themes like Twenty Eleven, Twenty Ten, Choco, Grey etc and in every one of them the caption was -in the box- and -centered-.<br />
in Twenty Twelve it's -out of the box- and -align left-.<br />
Even html writing "align="aligncenter"" didn't help...</p>
<p>PLEASE I know it's a small thing which can by repaired in the matter of seconds, I don't want to use a different theme, I really love Twenty Twelve.<br />
Can you please do something about it?</p>
<p>With regards and nice holidays<br />
Jan Verner from Czech Republic
</p>
]]></description>
					</item>

	</channel>
</rss>
