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

		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-690660</link>
			<pubDate>Tue, 06 Sep 2011 17:06:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">690660@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-690053</link>
			<pubDate>Mon, 05 Sep 2011 22:40:03 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">690053@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you all for your help!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689896</link>
			<pubDate>Mon, 05 Sep 2011 19:41:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You add the below background declaration to #title in your CSS replacing the existing URL with the URL of the new header image you upload to your media library.</p>
<pre><code>#title {
background: url(&quot;http://letmebewhatsunderneath.files.wordpress.com/2011/06/cropped-header_flower1.jpg&quot;) no-repeat scroll 0 0 transparent;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689893</link>
			<pubDate>Mon, 05 Sep 2011 19:38:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">689893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>#title is a selector in CSS terms, and a declaration is the style rule that tells the browser how to display something (i.e. "background" in this case). So to put an image into the background declaration in #title, do this: </p>
<pre><code>#title {
     background: url(MY_IMAGE_URL);
}</code></pre>
<p>Note that if #title already exists in your custom CSS, just add the background line or replace it if it's already there. Also, replace MY_IMAGE_URL with the image you want to use. You can find the image URL inside the media library if you click on an image after you upload it.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689887</link>
			<pubDate>Mon, 05 Sep 2011 19:32:25 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">689887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What do you mean by "put it into the background declaration in #title"? I'm not sure how I do this.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689875</link>
			<pubDate>Mon, 05 Sep 2011 19:20:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689875@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One other thing, in future, don't paste the entire stylesheet into the forums. We can see it on your site using Firebug or a similar web development tool and it just makes navigating the threads in the forum more difficult. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689871</link>
			<pubDate>Mon, 05 Sep 2011 19:19:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689871@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your image is only 920px wide while the wrapper you have set at 1220px.</p>
<p>This will center the image and the text.</p>
<pre><code>#title {
margin-left: auto;
margin-right: auto;
}</code></pre>
<p>If you want the image to go full width, then you have to create a new image the correct width, upload it to the media library (don't use the header uploader because it will always crop to the original size), get the URL and put it into the background declaration in #title.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689810</link>
			<pubDate>Mon, 05 Sep 2011 18:31:58 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">689810@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks SacredPath! That was really helpful! One more question....now how would I get my header (image and text) to be centered completely over my page..?</p>
<p>Thanks!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689788</link>
			<pubDate>Mon, 05 Sep 2011 18:10:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689788@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, sorry, I misunderstood. Add the following two declarations to #wrapper in your CSS.</p>
<pre><code>margin-left: auto;
margin-right: auto;</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689783</link>
			<pubDate>Mon, 05 Sep 2011 18:05:19 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">689783@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:<br />
<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>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689781</link>
			<pubDate>Mon, 05 Sep 2011 18:03:38 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">689781@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I actually don't want the text centered in my posts. I want the entire page to be centered. If you look at my blog you can see that there is more yellow background to the right. I want it equal on each side. How do I change that?</p>
<p>Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-688676</link>
			<pubDate>Sun, 04 Sep 2011 03:56:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">688676@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Center alignment is really bad for reading which is why books are not center aligned. Just sayin....</p>
<p>Second thing: Never paste the entire stylesheet into the CSS edit window. 9 times out of 10 it will cause problems. Paste only the specific selectors, and only the specific declarations you are changing or adding into the CSS edit window and then make sure that the "add to existing..." is checked before saving.</p>
<pre><code>#content {
text-align: center !important;
}</code></pre>
<p>You are going to have to do a lot of editing of your posts because you have many paragraphs that you have set to left alignment and you will have to edit those in the HTML tab and remove the left alignment. Whatever is put into the post as far as formatting overrides the CSS. There isn't anyway to override formatting at the HTML level from CSS.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-688670</link>
			<pubDate>Sun, 04 Sep 2011 03:46:25 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">688670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I center my entire blog page? Right now, it's aligned left.</p>
<p>Any help is much appreciated as I'm somewhat new to this.</p>
<p>My CSS is below:</p>
<p>[CSS code block removed by staff because it was too long. Please just include shorter snippets when you post CSS examples. Also note that we can look at the CSS via link if it's saved in your CSS page. We'd just have to look in the page source to find the reference.]
</p>
]]></description>
					</item>
		<item>
			<title>starcraftadventures on "Weird text alignment"</title>
			<link>http://en.forums.wordpress.com/topic/weird-text-alignment#post-537580</link>
			<pubDate>Wed, 22 Dec 2010 20:16:14 +0000</pubDate>
			<dc:creator>starcraftadventures</dc:creator>
			<guid isPermaLink="false">537580@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Resolved; thank you!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Weird text alignment"</title>
			<link>http://en.forums.wordpress.com/topic/weird-text-alignment#post-537570</link>
			<pubDate>Wed, 22 Dec 2010 19:51:55 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">537570@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes I see it. When we use the alignment icons in the editor what we are really doing is positioning text - not images. If you want that "The demo of " to  appear under the image then you will have to use the  "center"  alignment icon.
</p>
]]></description>
					</item>
		<item>
			<title>starcraftadventures on "Weird text alignment"</title>
			<link>http://en.forums.wordpress.com/topic/weird-text-alignment#post-537567</link>
			<pubDate>Wed, 22 Dec 2010 19:49:24 +0000</pubDate>
			<dc:creator>starcraftadventures</dc:creator>
			<guid isPermaLink="false">537567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there no text ('The demo of') on the top right of the image on your screen?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Weird text alignment"</title>
			<link>http://en.forums.wordpress.com/topic/weird-text-alignment#post-537562</link>
			<pubDate>Wed, 22 Dec 2010 19:40:17 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">537562@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using Firefox 3.6.13 and I don't see anything unusual about the alignment at all in this post <a href="http://starcraftadventures.wordpress.com/2010/12/22/starcraft-2-demo/" rel="nofollow">http://starcraftadventures.wordpress.com/2010/12/22/starcraft-2-demo/</a></p>
<p>Please try logging out of wordpress.com, clearing your browser cache and cookies and logging in again.   <a href="http://en.support.wordpress.com/browser-issues/" rel="nofollow">http://en.support.wordpress.com/browser-issues/</a>
</p>
]]></description>
					</item>
		<item>
			<title>starcraftadventures on "Weird text alignment"</title>
			<link>http://en.forums.wordpress.com/topic/weird-text-alignment#post-537554</link>
			<pubDate>Wed, 22 Dec 2010 19:04:25 +0000</pubDate>
			<dc:creator>starcraftadventures</dc:creator>
			<guid isPermaLink="false">537554@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On my latest news post the text alignment is kindoff funny. Does anyoen know how to resolse this? It hasn't happened before and I have already tried a few solutions, none of them working.</p>
<p>Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>lisalax on "Search Form Widget: Center Alignment"</title>
			<link>http://en.forums.wordpress.com/topic/search-form-widget-center-alignment#post-533258</link>
			<pubDate>Tue, 07 Dec 2010 00:28:59 +0000</pubDate>
			<dc:creator>lisalax</dc:creator>
			<guid isPermaLink="false">533258@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome!</p>
<p>Thanks hallluke
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Search Form Widget: Center Alignment"</title>
			<link>http://en.forums.wordpress.com/topic/search-form-widget-center-alignment#post-533238</link>
			<pubDate>Mon, 06 Dec 2010 23:29:57 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">533238@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><code>#search_form #s {margin:0 auto; display:block;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>lisalax on "Search Form Widget: Center Alignment"</title>
			<link>http://en.forums.wordpress.com/topic/search-form-widget-center-alignment#post-533211</link>
			<pubDate>Mon, 06 Dec 2010 21:44:33 +0000</pubDate>
			<dc:creator>lisalax</dc:creator>
			<guid isPermaLink="false">533211@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I have tried several suggestions from other forums on this matter. All I want to do is find the CSS code for centering the form box from the "Search Widget". It is currently left-aligned.</p>
<p>I thought this should have done the trick:</p>
<p>#s {<br />
margin-left: 30px<br />
}
</p>
]]></description>
					</item>

	</channel>
</rss>
