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

		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1091284</link>
			<pubDate>Mon, 10 Dec 2012 14:27:43 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1091284@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much, "designsimply"!!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1088216</link>
			<pubDate>Thu, 06 Dec 2012 15:29:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088216@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To make the Delicacy theme wider, you actually need to adjust several of the page elements. Here is an example:</p>
<pre><code>#header-top a {
	display: block;
	width: 1180px;
	height: 274px;
	background: url(&#039;http://tacklingmommyhood.files.wordpress.com/2012/11/cropped-blog-header.png&#039;) center no-repeat;
}
#header-top a img {
	display: none;
}
#inner-wrapper {
	width: 1180px;
}
#navigation {
	width: 1198px;
}
#content {
	width: 800px;
}
#content-wrapper {
	background-position: 200px 15px;
}</code></pre>
<p>To make the header image wider, create one, upload it to your blog's media library, and copy the URL. Then replace the link inside url() with your new image. Note that if the new image is taller than 274px, you also need to adjust the height in that same block of CSS. For the best results using the example above as a starting point, make an image that is 1190 x 274 pixels.</p>
<p>If you change the main content width, you should also update the "Content Width" value on your Appearance &#8594; Custom Design &#8594; CSS page. Look for it in the "Publish" box on the right. Change it to match the width value in the #content CSS block, which is 800 in the example above.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062465</link>
			<pubDate>Tue, 06 Nov 2012 19:13:02 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062465@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Maybe one of the staffers will slide by and come up with a total solution.
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062302</link>
			<pubDate>Tue, 06 Nov 2012 16:33:06 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1062302@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yea, it widened it, but then it kind of ruined the ribbon on my Delicacy theme (since htat didn't widen as well).... oh well, im just going to leave it as is
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062251</link>
			<pubDate>Tue, 06 Nov 2012 15:45:44 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062251@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>or you might be able to narrow your widget sidebar and widen your main content area if that is what you mean.  I didn't play with that.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062246</link>
			<pubDate>Tue, 06 Nov 2012 15:43:24 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062246@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think that will be in the same inner-wrapper css as mentioned in my reply to your previous post <a href="http://en.forums.wordpress.com/topic/how-to-change-color-of-entire-blog-border?replies=2#post-1062225">http://en.forums.wordpress.com/topic/how-to-change-color-of-entire-blog-border?replies=2#post-1062225</a> - change the width number (but be careful that you don't make a page that is not usable on smaller devices like our ipads and smaller notebooks)</p>
<p>Add <code>width: 980px;</code> to the code I gave you in previous post and change the 980 to a pleasing width.</p>
<p>I'm just another user, not an expert so maybe the big guns will come on with other advice...
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062221</link>
			<pubDate>Tue, 06 Nov 2012 15:14:35 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1062221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like my entire blog area to be wider. Does anyone know how to do this? I am using the Delicacy theme.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Fresh &amp; Clean Theme/Blog Width"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-themeblog-width#post-1021981</link>
			<pubDate>Tue, 25 Sep 2012 19:43:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1021981@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aha. :) Cheers.
</p>
]]></description>
					</item>
		<item>
			<title>momkeepingitreal on "Fresh &amp; Clean Theme/Blog Width"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-themeblog-width#post-1021980</link>
			<pubDate>Tue, 25 Sep 2012 19:42:46 +0000</pubDate>
			<dc:creator>momkeepingitreal</dc:creator>
			<guid isPermaLink="false">1021980@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for getting back to me. I ended up going with an entirely different theme. Do appreciate your time!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Fresh &amp; Clean Theme/Blog Width"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-themeblog-width#post-1021977</link>
			<pubDate>Tue, 25 Sep 2012 19:40:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1021977@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't see a white space in the header section at <a href="http://mommiesarejustbiglittlegirls.com/" rel="nofollow">http://mommiesarejustbiglittlegirls.com/</a> or are you perhaps referring to the space between the header and the content area that's just below the menu?</p>
<p>To remove that space, add the following CSS:</p>
<pre><code>#access {
	margin-bottom: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>momkeepingitreal on "Fresh &amp; Clean Theme/Blog Width"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-themeblog-width#post-1005145</link>
			<pubDate>Mon, 10 Sep 2012 22:57:29 +0000</pubDate>
			<dc:creator>momkeepingitreal</dc:creator>
			<guid isPermaLink="false">1005145@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I need help adjusting my blog width. I figured out how to set the background image to 900x300 but there is still a small white space in the header section that isn't flush with the rest of the page layout. </p>
<p>I was thinking to correct this by manipulating the blog width. I suppose I need to make it smaller? Any help would be greatly appreciated!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Width of blog"</title>
			<link>http://en.forums.wordpress.com/topic/width-of-blog-2#post-689512</link>
			<pubDate>Mon, 05 Sep 2011 10:57:08 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689512@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Panos went through all of the theme here and figured all of that out and put it into a post on his wordpress tips blog: <a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a> .
</p>
]]></description>
					</item>
		<item>
			<title>eboutiqueathome on "Width of blog"</title>
			<link>http://en.forums.wordpress.com/topic/width-of-blog-2#post-689510</link>
			<pubDate>Mon, 05 Sep 2011 10:54:57 +0000</pubDate>
			<dc:creator>eboutiqueathome</dc:creator>
			<guid isPermaLink="false">689510@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I want to add images to a blog post and want to create a collage of images and would like to know what the width of my blog is?</p>
<p>Thanks in advance<br />
Joanne
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Theme modifications"</title>
			<link>http://en.forums.wordpress.com/topic/theme-modifications#post-571293</link>
			<pubDate>Wed, 09 Mar 2011 22:17:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">571293@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, wordpress themes are not HTML, they are PHP script and it is not a good idea to go poking around and changing a bunch of stuff if you do not have experience with PHP, and a good knowledge of how to do things where it does not potentially open up security holes. You really don't want to open a door for hackers. That scan the net all the time looking for security holes and will do all kinds of mischief, even potentially destroying your entire site.</p>
<p>Just sayin'
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Theme modifications"</title>
			<link>http://en.forums.wordpress.com/topic/theme-modifications#post-571245</link>
			<pubDate>Wed, 09 Mar 2011 21:23:12 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">571245@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We cannot edit either themes or templates at wordpress.com.<br />
<a href="http://en.support.wordpress.com/themes/editing-themes/" rel="nofollow">http://en.support.wordpress.com/themes/editing-themes/</a><br />
We cannot use CSS editing to affect functionality at all. We can use it only to alter appearance.<br />
Also note that CSS is theme specific, so you cannot use the CSS stylesheets from other themes with the themes here at wordpress.COM.<br />
If you are considering purchasing the upgrade, you can go to Appearance &#62; Edit CSS. There wordpress has provided a preview function where you can try before you buy.<br />
<a href="http://en.support.wordpress.com/custom-css/" rel="nofollow">http://en.support.wordpress.com/custom-css/</a><br />
<a href="http://en.support.wordpress.com/editing-css/" rel="nofollow">http://en.support.wordpress.com/editing-css/</a></p>
<p>If you do purchase the upgrade be sure to read this article before starting your editing &#62; <a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Theme modifications"</title>
			<link>http://en.forums.wordpress.com/topic/theme-modifications#post-571243</link>
			<pubDate>Wed, 09 Mar 2011 21:22:18 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">571243@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, you can't. </p>
<p>If you really want to tinker with theme structure, WordPress.com is not the place to be. You need to be at WordPress.org instead. Our blogs have severe restrictions on that sort of thing because of the shared backbone of WP.com. If you changed something on your theme, you would change it for EVERYONE using that theme.</p>
<p>Significant changes to appearance, but not functionality, can be accomplished with the paid CSS upgrade. I recommend you tinker with the free preview before deciding whether your money should be spent there or with an independent install of WordPress.org software.
</p>
]]></description>
					</item>
		<item>
			<title>sequoialab on "Theme modifications"</title>
			<link>http://en.forums.wordpress.com/topic/theme-modifications#post-571225</link>
			<pubDate>Wed, 09 Mar 2011 20:46:00 +0000</pubDate>
			<dc:creator>sequoialab</dc:creator>
			<guid isPermaLink="false">571225@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello</p>
<p>i have [MistyLook] as my blog theme. i want to change it from 2 columns to 3 columns. 3rd column will have a vertical menu. is it allowed to modify the layout [HTML] of the theme to add the 3rd column. i know CSS can be modified but can HTML be too? i've looked everywhere in my account for an option to EDIT THEME but have found none.</p>
<p>also, is the width of the blog fixed or can be changed to, may be, 1000px? currently its 780px.</p>
<p>last question, can we download the source files of the blog + db dump to set up locally and do all the styling and modifications locally before applying them to the actual blog?</p>
<p>thank you very much in advance for all the help and support.</p>
<p>SL.
</p>
]]></description>
					</item>
		<item>
			<title>jamesterencewatkins on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548502</link>
			<pubDate>Fri, 21 Jan 2011 10:36:16 +0000</pubDate>
			<dc:creator>jamesterencewatkins</dc:creator>
			<guid isPermaLink="false">548502@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you thank you thank you.</p>
<p>thank you.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548456</link>
			<pubDate>Fri, 21 Jan 2011 06:23:53 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">548456@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>At wordpress.COM, you don't "edit" the CSS. You are actually creating new CSS that overrides the existing.</p>
<p>Make sure the CSS edit window is empty and paste in the code that hallluke gave you, make sure the "add to existing..." is selected and click either preview to see the change (you might have to force refresh the preview page) or click save style sheet and then visit your site.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548455</link>
			<pubDate>Fri, 21 Jan 2011 06:22:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">548455@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info:</p>
<p><a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>jamesterencewatkins on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548449</link>
			<pubDate>Fri, 21 Jan 2011 05:43:48 +0000</pubDate>
			<dc:creator>jamesterencewatkins</dc:creator>
			<guid isPermaLink="false">548449@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hmm, I can't seem to make this work. Doing my head in!! </p>
<p>i presume that code should be in the css already and i just have to edit it. i cant see to find that exact code.</p>
<p>thanks for your help.
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548389</link>
			<pubDate>Fri, 21 Jan 2011 01:47:08 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">548389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><code>#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper  {width:1060px;}</code></p>
<p>The code above will change your blog width to accomodate 800 pixel wide images in your posts however you will need to update your header image if you want it to fill the new size. You may want to take into account that some people still use smaller monitors and screen resolutions which will cause horizonal scroll bars to display.</p>
<p>Instead you may want to limit your images to the regular width but set them to link to attachment pages or to the image itself which will display full sized. This will also increase page loading time and limit bandwidth which is also good to keep in mind.
</p>
]]></description>
					</item>
		<item>
			<title>jamesterencewatkins on "New to CSS - just need to change one thing on blog"</title>
			<link>http://en.forums.wordpress.com/topic/new-to-css-just-need-to-change-one-thing-on-blog#post-548371</link>
			<pubDate>Fri, 21 Jan 2011 01:04:58 +0000</pubDate>
			<dc:creator>jamesterencewatkins</dc:creator>
			<guid isPermaLink="false">548371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hello! iam new to wordpress and css, although I have some experience with simple HTML site building.</p>
<p>I only want to change one thing on my blog: <a href="http://ihavenoexpectations.com" rel="nofollow">http://ihavenoexpectations.com</a> .</p>
<p>Because Iam a photographer I want to be able to put my images on there at 800 pixels wide.</p>
<p>At the moment when I do it (via html coding) the image spreads out into my menu system.</p>
<p>I purchased the css upgrade thinking it would be very simple to change, but i am finding it all a bit overwhelming, particularly because I am really happy with the feel of the blog and just want to change one simple thing.</p>
<p>ANY help with realigning me menu to allow for images 800 pixels wide would be great. Or even information about how to make the whole blog wider, 1000 pixels for example.</p>
<p>many thanks in advance! i wana get this fixed so i can start posting images!</p>
<p>james.
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "screen width vs blog width"</title>
			<link>http://en.forums.wordpress.com/topic/screen-width-vs-blog-width#post-254317</link>
			<pubDate>Tue, 30 Sep 2008 06:58:59 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">254317@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Maybe you accidentally increased your browser's zoom without noticing. Try hitting Ctrl + 0 to "reset" it. I've noticed that the new FF3 remembers on what sites you've zoomed in the past.
</p>
]]></description>
					</item>
		<item>
			<title>cantueso on "screen width vs blog width"</title>
			<link>http://en.forums.wordpress.com/topic/screen-width-vs-blog-width#post-254311</link>
			<pubDate>Tue, 30 Sep 2008 06:31:26 +0000</pubDate>
			<dc:creator>cantueso</dc:creator>
			<guid isPermaLink="false">254311@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I cannot read this page easily because it is about 20% wider than my screen and so I have to keep pushing it to the left and back again to the right. Is this the new trend? I thought that the new laptops are again smaller. Is there maybe a way to adjust some settings ?
</p>
]]></description>
					</item>

	</channel>
</rss>
