<?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; Tag: width - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/width</link>
		<description>WordPress.com Forums &#187; Tag: width - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 08:01:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/width" rel="self" type="application/rss+xml" />

		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1309168</link>
			<pubDate>Mon, 17 Jun 2013 19:17:41 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1309168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you, all fixed! Brilliant clear instructions :)</p>
<p>Ah I hadn't noticed that was your blog - I was using that to try and format my table before!</p>
<p>Cheers
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing sidebar width - Truly Minimal theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-sidebar-width-truly-minimal-theme#post-1308841</link>
			<pubDate>Mon, 17 Jun 2013 16:12:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I want to move the main bar, with my posts, a bit more to the right. So everything isn't centralised on the left side.</p></blockquote>
<p>I think you might have changed the layout after you posted this, since I see the main content on the left now.</p>
<p>First, try adding this CSS just in a preview to see where those different elements currently appear:</p>
<pre><code>.site-main .widget-area {
	background: lightyellow;
}

.site-content {
	background: lightcyan;
}

.site-main {
	background: pink;
}</code></pre>
<p>Then see if you can adjust the percentages in the example I posted earlier. If you still can't get it sorted, post back here with a new reply about what you've tried and exactly what's not working.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing sidebar width - Truly Minimal theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-sidebar-width-truly-minimal-theme#post-1308834</link>
			<pubDate>Mon, 17 Jun 2013 16:05:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308834@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Can you maybe also tell me how to change the space between the left sidebar (where the widgets appear) and the main bar (where the blogposts appear). </p></blockquote>
<p>The spacing between those is controlled by the difference between the widget area width and the right margin for site content. Try replacing the numbers from the previous example from before with the numbers in this example:</p>
<pre><code>.site-main .widget-area {
	width: 18%;
}

.site-content {
	margin: 0 28% 0 0;
}

.site-main {
	background-position: 746px 0;
}</code></pre>
<p>Then experiment with changing those numbers until you find the spacing you want.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Set Site Width to Percentage Rather Than Pixels"</title>
			<link>http://en.forums.wordpress.com/topic/set-site-width-to-percentage-rather-than-pixels#post-1308233</link>
			<pubDate>Mon, 17 Jun 2013 00:31:19 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1308233@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Drag the browser window to make it narrower, and you'll see that 2011 does not have a "set pixel width". It only has a fixed <em>maximum</em> width. If you mean whether you can increase that maximum, or turn that maximum into a percentage of the browser window, yes, it's possible when you have the Custom Design upgrade (but it will require other changes too).</p>
<p>And changing the maximum width isn't the same as zooming in. Increasing the width means more characters per line of text but same font size. Zooming in means magnification: you can readily do it by pressing command + (Mac) or control + (PC).
</p>
]]></description>
					</item>
		<item>
			<title>guitarwizard93 on "Set Site Width to Percentage Rather Than Pixels"</title>
			<link>http://en.forums.wordpress.com/topic/set-site-width-to-percentage-rather-than-pixels#post-1308108</link>
			<pubDate>Sun, 16 Jun 2013 21:44:52 +0000</pubDate>
			<dc:creator>guitarwizard93</dc:creator>
			<guid isPermaLink="false">1308108@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>With the Custom Design package (which I don't have, but looking at getting) is it possible to change the site width to a percentage rather than a set pixel width?</p>
<p>I'm using the Twenty Eleven theme, and my website's width is set regardless of the viewer's screen size. For example, there is a massive amount of empty space on either side of the main content when viewing the website on my mum's iMac which has a very wide screen. Can you set it to zoom in when viewed on a larger screen without misplacing the content?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307965</link>
			<pubDate>Sun, 16 Jun 2013 19:35:26 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1307965@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>When I added captions to the images it didn't add the "[caption" bits in...</p></blockquote>
<p>No way. At the moment you've got the table on your page, with captioned images. Edit the page, switch the editor to Text and see for yourself.</p>
<p>Here's what's going on with your table:<br />
The maximum width of a no-sidebar page on Oxygen is 940px. You inserted the images at a width of 300px, which seems reasonable for three images per row, but:<br />
a) Table cells on most new themes have a default padding (space between the boundaries of the cell and the content that's inside the cell).<br />
b) You inserted captioned images. Captioned images have a fixed width, and this width includes 5+5px of extra space left and right (on most themes it's a visible frame that encloses image+caption).<br />
c) So the leftmost image doesn't start flush left (because of the padding and the extra space around the image), and the total width of three images plus space around them plus cell padding exceeds the total width of the page. When this happens, some browser versions can shrink captioned images inside a table but other browser versions cannot.</p>
<p>Also, as Tess already pointed out, Oxygen has a responsive layout. This means that even if you inserted narrower captioned images to produce a result that would seem acceptable to you, again things wouldn't be ok when viewed on a narrower screen: the theme would shrink but on some browser versions the table wouldn't.</p>
<p>So, if you used a table, you'd have to insert plain (non-captioned) images at full-width, type the captions as regular text inside each cell, and use some extra coding (inline CSS, not HTML), to correct the padding and other details.</p>
<p>To learn more about table coding, you can study my tutorial:<br />
<a href="http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/" rel="nofollow">http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/</a></p>
<p>But as Tess said, you don't need a table to arrange a few images. You do need to do things manually in the Text editor, however, because the code that's produced when you insert images the normal way (via the Add Media button) won't let you. First copy the URLs of all the pages you link to, and the URLs of all the images. Then use this model for each row of images:<br />
<pre><code>&lt;div class=&quot;wp-caption&quot; style=&quot;width:32%;float:left;&quot;&gt;&lt;a href=&quot;PAGE URL HERE&quot;&gt;&lt;img style=&quot;width:100%;&quot; alt=&quot;DESCRIPTION HERE&quot; src=&quot;IMAGE URL HERE&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;CAPTION HERE&lt;/p&gt;&lt;/div&gt;
&lt;div class=&quot;wp-caption&quot; style=&quot;width:32%;float:left;margin-left:2%;&quot;&gt;&lt;a href=&quot;PAGE URL HERE&quot;&gt;&lt;img style=&quot;width:100%;&quot; alt=&quot;DESCRIPTION HERE&quot; src=&quot;IMAGE URL HERE&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;CAPTION HERE&lt;/p&gt;&lt;/div&gt;
&lt;div class=&quot;wp-caption&quot; style=&quot;width:32%;float:right;&quot;&gt;&lt;a href=&quot;PAGE URL HERE&quot;&gt;&lt;img style=&quot;width:100%;&quot; alt=&quot;DESCRIPTION HERE&quot; src=&quot;IMAGE URL HERE&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;CAPTION HERE&lt;/p&gt;&lt;/div&gt;
&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;</code></pre>
]]></description>
					</item>
		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307886</link>
			<pubDate>Sun, 16 Jun 2013 18:35:44 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1307886@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks both. If there's a way to add captions that would be great.</p>
<p>When I added captions to the images it didn't add the "[caption" bits in...</p>
<p>@justpi thanks, it'd be useful to know why tables didn't work for future reference :)
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307806</link>
			<pubDate>Sun, 16 Jun 2013 17:45:28 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1307806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, my bad. I  <em>did</em> see the captions, but completely forgot about the extra coding/planning/compensation for them. I usually avoid using captions except in galleries—I've been using wp.org and a blog on wp.com for work so must do things as quickly and simply as possible…</p>
<p>I am so sorry. Unfortunately I'm working on other things this afternoon. So JustPi, if you can please help the OP.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307732</link>
			<pubDate>Sun, 16 Jun 2013 16:08:48 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1307732@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When you insert captioned images you don't see the actual code in the so-called Text editor, you see a special formula that starts with "[caption" and ends with "/caption]". This is called a shortcode, and it cannot be manipulated the way Tess suggested. Her idea is correct, and she's right that you don't need a table, but the exact instructions she gave won't do for captioned images. As I said above, I'll work this out for you later if Tess doesn't.<br />
In the meantime, care to know why your table didn't produce the result you expected? (And no, it's not just Chrome.)
</p>
]]></description>
					</item>
		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307727</link>
			<pubDate>Sun, 16 Jun 2013 16:03:03 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1307727@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've also just discovered that the pictures in the table look perfectly aligned in Firefox and IE it's just Chrome that shunts everything over to the right...
</p>
]]></description>
					</item>
		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307724</link>
			<pubDate>Sun, 16 Jun 2013 15:55:22 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1307724@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justpi - I just hit submit as your post appeared! didn't understand what you were saying about shortcodes, etc... :)
</p>
]]></description>
					</item>
		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307723</link>
			<pubDate>Sun, 16 Jun 2013 15:54:08 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1307723@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, I've got this working! It threw me at first because when I changed the height and width to 32% it squished the images up in the editor but seems to look ok in the preview and responds as you said it would.</p>
<p>New problem - I don't seem to be able to have the captions on my photos anymore. When I add a caption in it pushes the second and third pictures down to new lines. When I go into the text editor and delete the gaps (so I see &#60;a) then it removes the caption as well. The html doesn't seem to have changed other than the spaces but the caption disappears anyway.</p>
<p>How can I add a caption into the code for each picture?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307717</link>
			<pubDate>Sun, 16 Jun 2013 15:44:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1307717@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@Tess: You overlooked the fact that the images are <em>captioned</em>. Vixjarman can't do what you're describing, at least not as long as the Text editor displays the shortcodes. First you need to replace the shortcodes with the real code (and when you do that, the values will have to be different than in the case of non-captioned images). You can work this out, or I'll do it later.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307655</link>
			<pubDate>Sun, 16 Jun 2013 13:52:57 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1307655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It would be better not to use a table. Oxygen theme is responsive, which means that as the screen size gets smaller so does the content: this makes a site using this theme display well on phones, tablets, laptops etc.</p>
<p>A table can be coded to be flexible width but it is unnecessary to bother with all of that.</p>
<p>You can do most of this in the visual editor. Insert your three pictures (full size), each one set to alignleft, one after the other with no line breaks between them. Then click to edit each photo in the advanced mode so that you are adding some margins.<br />
picture 1: margin-left:0px margin-right:2px<br />
picture 2: margin left and right 2px<br />
picture 3 margin left 2px and margin right 0px<br />
Change the width and height of each picture to 32%</p>
<p>Your code will look something like this if you look at the text editor.<br />
Each picture (with its link) will begin with<code>&lt;a&gt;</code><br />
You should see <code>&lt;/a&gt;&lt;a</code>with no space or line breaks between to show the second and third pictures on one line.</p>
<p><code>&lt;a href=&quot;http://LINK/&quot;&gt;&lt;img class=&quot;alignleft&quot; style=&quot;margin-left:0;margin-right:2px;&quot; alt=&quot;&quot; src=&quot;http://PICTURE1.jpg&quot; width=&quot;32%&quot; height=&quot;32%&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;LINK/&quot;&gt;&lt;img class=&quot;alignleft&quot; style=&quot;margin-left:2px;margin-right:2px;&quot; alt=&quot;&quot; src=&quot;http://PICTURE2.jpg&quot; width=&quot;32%&quot; height=&quot;32%&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://LINK/&quot;&gt;&lt;img class=&quot;alignleft&quot; style=&quot;margin-left:2px;margin-right:0;&quot; alt=&quot;&quot; src=&quot;http://PICTURE3.jpg&quot; width=&quot;32%&quot; height=&quot;32%&quot; /&gt;&lt;/a&gt;</code></p>
<p>Now when you drag the corner of your screen to simulate looking at your page on a smaller screen you should see the picture automatically shrink.
</p>
]]></description>
					</item>
		<item>
			<title>vixjarman on "Format Table Width"</title>
			<link>http://en.forums.wordpress.com/topic/format-table-width#post-1307492</link>
			<pubDate>Sun, 16 Jun 2013 10:00:40 +0000</pubDate>
			<dc:creator>vixjarman</dc:creator>
			<guid isPermaLink="false">1307492@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please can someone tell me how to align the table of images on my homepage exactly to the header picture&#38;links? </p>
<p><a href="http://victoriajarman.com" rel="nofollow">http://victoriajarman.com</a></p>
<p>I originally set up a photo gallery but then realised that I couldn't have links from the images so inserted a table instead with the images in it but it sticks out to one side.</p>
<p>If the solution involves html please can you provide very straightforward instructions, preferably the exact text itself to insert! I can kinda read html but can't write it.</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>themeshaper on "Truly minimal - Adjusting space between sidebar and main &#039;blogpost area&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/truly-minimal-adjusting-space-between-sidebar-and-main-blogpost-area#post-1305603</link>
			<pubDate>Fri, 14 Jun 2013 15:52:12 +0000</pubDate>
			<dc:creator>themeshaper</dc:creator>
			<guid isPermaLink="false">1305603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I can! :)</p>
<p>If you have <a href="http://store.wordpress.com/premium-upgrades/custom-design/">the custom design upgrade</a> you can adjust this with this little bit of CSS.</p>
<pre><code>.sidebar-left .site-content {
margin: 0 0 0 __%;
}</code></pre>
<p>Pop that into your Custom CSS panel and replace the __ with a number. The original value was 34% (which I found using the "inspector" in Chrome). The smaller the number (the margin on the left of your content) the closer it'll be to the left side.</p>
<p>I hope that helps!
</p>
]]></description>
					</item>
		<item>
			<title>madeleinegrace on "I&#039;ve expanded the core content width, how do I make image width match?"</title>
			<link>http://en.forums.wordpress.com/topic/ive-expanded-the-core-content-width-how-do-i-make-image-width-match#post-1295807</link>
			<pubDate>Fri, 07 Jun 2013 08:12:18 +0000</pubDate>
			<dc:creator>madeleinegrace</dc:creator>
			<guid isPermaLink="false">1295807@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My header image needs increased to 600px to match the wrapper and core content width that I increased. I can't find the element/rule describing this though! Can anyone help?
</p>
]]></description>
					</item>
		<item>
			<title>judyfff on "Instagram embed widths"</title>
			<link>http://en.forums.wordpress.com/topic/instagram-embed-widths#post-1293190</link>
			<pubDate>Wed, 05 Jun 2013 12:12:13 +0000</pubDate>
			<dc:creator>judyfff</dc:creator>
			<guid isPermaLink="false">1293190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Viper007bond for your response.  My concern probably does not relate to WordPress, but I thought it did due to me not being the most tech savvy person in the world.  </p>
<p>But I was desperate!  I had goggled "instagram photo size" and this url came up.  SO I assumed you could answer questions on the default printing sizes of instagram photos.  Seems like I came to the wrong place.  My apologies.</p>
<p>Instagram has zero customer service as I've emailed them and have received no response.</p>
<p>Thanks anyway.
</p>
]]></description>
					</item>
		<item>
			<title>henrytaylor on "HELP?! Blogum full width page template not working?"</title>
			<link>http://en.forums.wordpress.com/topic/help-blogum-full-width-page-template-not-working#post-1291517</link>
			<pubDate>Tue, 04 Jun 2013 10:23:20 +0000</pubDate>
			<dc:creator>henrytaylor</dc:creator>
			<guid isPermaLink="false">1291517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm using the Blogum theme but the option to make a page full width with no sidebars isn't available. I'm pretty sure I've used this theme in the past without this issue, so I'm a bit stumped as to why it's happening.</p>
<p>Can anyone help?
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "HELP?! Blogum full width page template not working?"</title>
			<link>http://en.forums.wordpress.com/topic/help-blogum-full-width-page-template-not-working#post-1291518</link>
			<pubDate>Tue, 04 Jun 2013 10:23:20 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1291518@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The blog you specified at dataclu.com does not appear to be hosted at WordPress.com.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>viper007bond on "Instagram embed widths"</title>
			<link>http://en.forums.wordpress.com/topic/instagram-embed-widths#post-1290891</link>
			<pubDate>Mon, 03 Jun 2013 20:36:28 +0000</pubDate>
			<dc:creator>viper007bond</dc:creator>
			<guid isPermaLink="false">1290891@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi judyfff,</p>
<p>I'm not sure how this relates to WordPress. Can you explain?
</p>
]]></description>
					</item>
		<item>
			<title>ergenstussenin on "Truly minimal - Adjusting space between sidebar and main &#039;blogpost area&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/truly-minimal-adjusting-space-between-sidebar-and-main-blogpost-area#post-1290318</link>
			<pubDate>Mon, 03 Jun 2013 13:24:30 +0000</pubDate>
			<dc:creator>ergenstussenin</dc:creator>
			<guid isPermaLink="false">1290318@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there anyone who can tell me how to change the space between the left sidebar (where the widgets appear) and the main bar (where the blogposts appear). I want to move the main bar, with my posts, a bit more to the right. So everything isn't centralised on the left side.</p>
<p>Thanx in advance!!!</p>
<p>(www.ergenstussenin.wordpress.com)
</p>
]]></description>
					</item>
		<item>
			<title>ergenstussenin on "Changing sidebar width - Truly Minimal theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-sidebar-width-truly-minimal-theme#post-1290314</link>
			<pubDate>Mon, 03 Jun 2013 13:19:18 +0000</pubDate>
			<dc:creator>ergenstussenin</dc:creator>
			<guid isPermaLink="false">1290314@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can you maybe also tell me how to change the space between the left sidebar (where the widgets appear) and the main bar (where the blogposts appear). I want to move the main bar, with my posts, a bit more to the right. So everything isn't centralised on the left side. </p>
<p>Thanx in advance!!!
</p>
]]></description>
					</item>
		<item>
			<title>judyfff on "Instagram embed widths"</title>
			<link>http://en.forums.wordpress.com/topic/instagram-embed-widths#post-1289685</link>
			<pubDate>Sun, 02 Jun 2013 20:03:01 +0000</pubDate>
			<dc:creator>judyfff</dc:creator>
			<guid isPermaLink="false">1289685@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello:  First time here.  I'm one of those people who print instagram photos.  Up until about three weeks ago, I'd send an image to my email, save in a file, and then print from Adobe photoshop.  The "default" size was always 4.25 inches.  I did these same actions about 10 days ago, and no default size of 4.25 inches.  </p>
<p>Instead the default was either 8.5 inches or 2.8 inches.  What happened to my 4.25 inches and how do I get it back as the default. </p>
<p>THanks.
</p>
]]></description>
					</item>
		<item>
			<title>kakarakikiri on "questions about itheme2 -sidebar/post slide/content bar color /header image"</title>
			<link>http://en.forums.wordpress.com/topic/questions-about-itheme2-sidebarpost-slidecontent-bar-color-header-image#post-1284876</link>
			<pubDate>Wed, 29 May 2013 21:17:45 +0000</pubDate>
			<dc:creator>kakarakikiri</dc:creator>
			<guid isPermaLink="false">1284876@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>#custom-header-image {<br />
height: 200px;<br />
}</p>
<p>I found it. Thank youuuu:)
</p>
]]></description>
					</item>
		<item>
			<title>kakarakikiri on "questions about itheme2 -sidebar/post slide/content bar color /header image"</title>
			<link>http://en.forums.wordpress.com/topic/questions-about-itheme2-sidebarpost-slidecontent-bar-color-header-image#post-1284862</link>
			<pubDate>Wed, 29 May 2013 21:10:27 +0000</pubDate>
			<dc:creator>kakarakikiri</dc:creator>
			<guid isPermaLink="false">1284862@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wooow both worked great thank you.</p>
<p>Coming to number 3, I am talking about the <strong>header image area</strong>. You know it is a rectengular shape. If you have a look at <a href="http://www.okuspokus.biz" rel="nofollow">http://www.okuspokus.biz</a> , you will see that the header image has a purple frame. That is because I could not find how to make that area fit the width and height of my image. I need less height.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "questions about itheme2 -sidebar/post slide/content bar color /header image"</title>
			<link>http://en.forums.wordpress.com/topic/questions-about-itheme2-sidebarpost-slidecontent-bar-color-header-image#post-1283678</link>
			<pubDate>Wed, 29 May 2013 01:34:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1283678@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1- No.</p>
<p>2-<br />
<pre><code>#content {
width: 72%;
}
#main .widget-area {
width: 19%;
}</code></pre>
<p>3- What exactly do you mean by "slimmer"?</p>
<p>4-<br />
<pre><code>#access {
background: none repeat scroll 0 0 #620E6D;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>workingrotties on "Help with Neo-Sapien Theme customization"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-neo-sapien-theme-customization#post-1282212</link>
			<pubDate>Tue, 28 May 2013 04:15:19 +0000</pubDate>
			<dc:creator>workingrotties</dc:creator>
			<guid isPermaLink="false">1282212@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hah!  That was my next challenge!  I increased the #header width and change the background to red, though I'm not sure I like it red.  I'll be playing around with that for a while I think. :)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Help with Neo-Sapien Theme customization"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-neo-sapien-theme-customization#post-1282206</link>
			<pubDate>Tue, 28 May 2013 04:04:19 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282206@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
(And I'm curious to see what you're going to do with the header image!)
</p>
]]></description>
					</item>
		<item>
			<title>workingrotties on "Help with Neo-Sapien Theme customization"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-neo-sapien-theme-customization#post-1282185</link>
			<pubDate>Tue, 28 May 2013 03:22:19 +0000</pubDate>
			<dc:creator>workingrotties</dc:creator>
			<guid isPermaLink="false">1282185@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!  I discovered the wonders of Chrome's developer tool.  I didn't see the Wrapper div, changed it,  and it works perfectly.  Thank you for taking time to answer my post.
</p>
]]></description>
					</item>

	</channel>
</rss>
