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

		<item>
			<title>siobhyb on "Trying to center body or change page left margin"</title>
			<link>http://en.forums.wordpress.com/topic/trying-to-center-body-or-change-page-left-margin#post-1246017</link>
			<pubDate>Sun, 28 Apr 2013 19:12:22 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1246017@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In you custom CSS, you seem to have targetted the #access, #main, and #footer selectors in order to change the width of the page. You should instead be targetting the #container selector, as follows:</p>
<pre><code>#selector{
width:  1050px;
}</code></pre>
<p>Please remember to remove the original code you added for the #access, #main, and #footer selectors as it is unneeded and in order to avoid any confusion when editing the code in future.</p>
<p>As a side note, I would recommend using a maximum width of 1000px for your website. A majority of desktop users have screen size of 1024x768, thus a web page with a width of 1050px may not display as desired on their screens.</p>
<p>Hope this helps. :)
</p>
]]></description>
					</item>
		<item>
			<title>netglobalcapitalism on "Trying to center body or change page left margin"</title>
			<link>http://en.forums.wordpress.com/topic/trying-to-center-body-or-change-page-left-margin#post-1244014</link>
			<pubDate>Fri, 26 Apr 2013 18:00:58 +0000</pubDate>
			<dc:creator>netglobalcapitalism</dc:creator>
			<guid isPermaLink="false">1244014@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm customizing the CSS code in my Mystique template and have had no trouble up to now. After changing the width of the page, I can't seem to change the page left margin or center the body. I tried changing the margin, the padding, center aligning it, etc., but nothing seems to change it. I also searched through the page source code, but can find no reference to a left margin, padding, or alignment. Any help would be most appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>siobhyb on "site title and tagline: centering and changing font color &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/site-title-and-tagline-centering-and-changing-font-color-font#post-1168930</link>
			<pubDate>Sun, 03 Mar 2013 22:48:20 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1168930@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No problem. Glad it helped. :)
</p>
]]></description>
					</item>
		<item>
			<title>misstravelosopher on "site title and tagline: centering and changing font color &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/site-title-and-tagline-centering-and-changing-font-color-font#post-1168888</link>
			<pubDate>Sun, 03 Mar 2013 21:51:36 +0000</pubDate>
			<dc:creator>misstravelosopher</dc:creator>
			<guid isPermaLink="false">1168888@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks, I've tried the above codes and it worked like a charm!</p>
<p>i'll not try changing color for the 'travel' part now.. will probably do it as an image in the future.</p>
<p>anyway, thanks a lot!!! :)
</p>
]]></description>
					</item>
		<item>
			<title>siobhyb on "site title and tagline: centering and changing font color &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/site-title-and-tagline-centering-and-changing-font-color-font#post-1168784</link>
			<pubDate>Sun, 03 Mar 2013 19:36:24 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1168784@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1.) You can centre your site title and tagline using the following code to your CSS file:</p>
<p><code>.site-title, .site-description { text-align: center; }</code></p>
<p>2.) You can change the site title using the following CSS:<br />
<code>.site-title a { color: &lt;strong&gt;COLOURCODEHERE&lt;/strong&gt;; }</code></p>
<p>Changing just the "travel" part of your title is possible but a little more complicated...
</p>
]]></description>
					</item>
		<item>
			<title>misstravelosopher on "site title and tagline: centering and changing font color &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/site-title-and-tagline-centering-and-changing-font-color-font#post-1168640</link>
			<pubDate>Sun, 03 Mar 2013 15:15:12 +0000</pubDate>
			<dc:creator>misstravelosopher</dc:creator>
			<guid isPermaLink="false">1168640@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I have been trying many CSS codes in attempts to do the following to my site title and tagline:</p>
<p>1) Centering<br />
2) Changing font color<br />
-Option 1: I would like to have 'travel' to be in a different color from the rest of the words in miss travelosopher. Possible?<br />
-Option 2: site title in a different color, while tagline stays in black<br />
(will be good if help is given to both above options so that I can fiddle and experiment whichever looks best!)</p>
<p>I couldn't find any code that works on mine so far! Kind help is needed!</p>
<p>Oh, and I'm currently using Oxygen theme.</p>
<p>Thanks in advance!! :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1165960</link>
			<pubDate>Thu, 28 Feb 2013 03:41:52 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1165960@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sounds like you're on the right track. :) CSS is fun!
</p>
]]></description>
					</item>
		<item>
			<title>sentientmouse on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1161222</link>
			<pubDate>Sat, 23 Feb 2013 21:25:46 +0000</pubDate>
			<dc:creator>sentientmouse</dc:creator>
			<guid isPermaLink="false">1161222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, Designsimply!</p>
<p>I think the general code is one that I'd tried while testing various examples of code that I'd run across, but with the code that centered all of the widgets, the one thing that I discovered and that I hadn't considered was that for my text widget with my copyright stuff, the text all went center-justified too!  For that, I wound up using some code that nudged the whole widget to the right until it looked centered.<br />
I've been learning more CSS than I had ever imagined I'd need to know!</p>
<p>Many thanks!<br />
Mark
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1159792</link>
			<pubDate>Fri, 22 Feb 2013 09:23:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1159792@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Well, I've discovered a way, using the Firebug plugin for Firefox</p></blockquote>
<p>Nice! It looks like you have selectively picked out which widget names to center using the specific widget class name for each one. This is a more general example that could replace all of those with just one rule:</p>
<pre><code>.widget {
	text-align: center;
}</code></pre>
<p>If you look at the HTML with Firebug, you'll notice that each widget had two class names: one is "widget" and one is something more specific like "widget_blog_subscription".</p>
<p><code>&lt;aside id=&quot;blog_subscription-5&quot; class=&quot;widget widget_blog_subscription&quot;&gt;</code></p>
<p>That's why using ".widget" as a selector will also work.
</p>
]]></description>
					</item>
		<item>
			<title>sentientmouse on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1156445</link>
			<pubDate>Mon, 18 Feb 2013 22:04:37 +0000</pubDate>
			<dc:creator>sentientmouse</dc:creator>
			<guid isPermaLink="false">1156445@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, I've discovered a way, using the Firebug plugin for Firefox.  It identifies the various widget information and now I'm good to go!
</p>
]]></description>
					</item>
		<item>
			<title>sentientmouse on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1156171</link>
			<pubDate>Mon, 18 Feb 2013 18:48:06 +0000</pubDate>
			<dc:creator>sentientmouse</dc:creator>
			<guid isPermaLink="false">1156171@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, Designsimply!</p>
<p>That worked perfectly, but it made me realize that the other widgets are not centered either (funny how centering just one can highlight that the others aren't).  Is there a list of the variables (e.g. widget_archive) used for all other widgets so that I can get the rest of them centered?</p>
<p>Thanks a bunch :-)<br />
Mark
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1155850</link>
			<pubDate>Mon, 18 Feb 2013 13:19:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1155850@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To center the archives widget, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.widget_archive {
	text-align: center;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Centering Nav Bar and Page Titles"</title>
			<link>http://en.forums.wordpress.com/topic/centering-nav-bar-and-page-titles#post-1145109</link>
			<pubDate>Wed, 06 Feb 2013 16:42:02 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1145109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I was also wondering how to center the Page titles.</p></blockquote>
<p>In your custom CSS, you currently have this:</p>
<p><code>#h1{text-align:center}</code></p>
<p>That won't work because h1 is an HTML element and it doesn't need a "#" in front of it for CSS. In CSS,  you can use the "#" to target HTML elements that have ID values. For example, if you had HTML that said <code>&lt;h1 id=&quot;hello&quot;&gt;Title&lt;/h1&gt;</code> then you could target it by using "#hello" in your CSS to target only that specific title and not any others or just "h1" to target all h1 elements throughout the site.</p>
<p>To center the titles on pages in the Twenty Eleven theme, you can use a class selector. It's similar to an ID selector, except you use a "." instead of a "#" to target. Here is an example:</p>
<pre><code>.singular .entry-title {
	text-align: center;
}</code></pre>
<p>The ".singlular" part means that it just affects single pages and not posts or other types of pages.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Centering Nav Bar and Page Titles"</title>
			<link>http://en.forums.wordpress.com/topic/centering-nav-bar-and-page-titles#post-1145098</link>
			<pubDate>Wed, 06 Feb 2013 16:36:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1145098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I am trying to center the Navigation bar and Page Titles
</p></blockquote>
<p>What you have is close! Note that Twenty Eleven uses an ID of "access" for the menu, so you'll want to use #access instead of #nav. Also, you need to add centering to the parent element if you use inline-block on the ul or li elements. Here is an example:</p>
<pre><code>#access ul {
	text-align: center;
}

#access ul li {
	display: inline-block;
	float: none;
	text-align: left;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>sentientmouse on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1142842</link>
			<pubDate>Mon, 04 Feb 2013 01:22:34 +0000</pubDate>
			<dc:creator>sentientmouse</dc:creator>
			<guid isPermaLink="false">1142842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Timethief!  I guess I should've known that, since the modification is beyond basic settings and checkboxes in the widget itself.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1142548</link>
			<pubDate>Sun, 03 Feb 2013 20:10:27 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1142548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tagged this thread so it's moved to the CSS forum for you, as yours is a CSS editing question.
</p>
]]></description>
					</item>
		<item>
			<title>sentientmouse on "How to center the Archives Widget?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-center-the-archives-widget#post-1142413</link>
			<pubDate>Sun, 03 Feb 2013 17:41:32 +0000</pubDate>
			<dc:creator>sentientmouse</dc:creator>
			<guid isPermaLink="false">1142413@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd like to center my Archives Widget - the rest of my sidebar is centered (or mostly) and it just looks awkward being left-justified.  Is there a way to center it?</p>
<p>Many thanks,<br />
Mark
</p>
]]></description>
					</item>
		<item>
			<title>cruzanjosie on "Center Google Map"</title>
			<link>http://en.forums.wordpress.com/topic/center-google-map#post-1135981</link>
			<pubDate>Mon, 28 Jan 2013 03:03:13 +0000</pubDate>
			<dc:creator>cruzanjosie</dc:creator>
			<guid isPermaLink="false">1135981@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>A few months ago all the google maps on my blog were centered. Now they are all left aligned. Does anyone know how to center them?</p>
<p>Here is an example if you need to see it: <a href="http://withbackpack.wordpress.com/2009/05/06/zhengzhou-i-guess-she-doesnt-speak-english/" rel="nofollow">http://withbackpack.wordpress.com/2009/05/06/zhengzhou-i-guess-she-doesnt-speak-english/</a></p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>niblickadman on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1133276</link>
			<pubDate>Thu, 24 Jan 2013 22:35:49 +0000</pubDate>
			<dc:creator>niblickadman</dc:creator>
			<guid isPermaLink="false">1133276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Forgot to mention the blog in question: firstimpressionsvideo.com. Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>niblickadman on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1133272</link>
			<pubDate>Thu, 24 Jan 2013 22:34:25 +0000</pubDate>
			<dc:creator>niblickadman</dc:creator>
			<guid isPermaLink="false">1133272@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a similar situation in that I want to put some separation between the site title and the phone number (that is part of the title). I have tried by hitting the space bar and nothing happens. What do you suggest? Like "jbiziou," I don't know CSS. </p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "wordpress theme not centering gallery images"</title>
			<link>http://en.forums.wordpress.com/topic/wordpress-theme-not-centering-gallery-images#post-1132924</link>
			<pubDate>Thu, 24 Jan 2013 17:12:33 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1132924@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>merci deja!
</p>
]]></description>
					</item>
		<item>
			<title>visitorcenterdirector on "Centering Nav Bar and Page Titles"</title>
			<link>http://en.forums.wordpress.com/topic/centering-nav-bar-and-page-titles#post-1127039</link>
			<pubDate>Thu, 17 Jan 2013 19:47:20 +0000</pubDate>
			<dc:creator>visitorcenterdirector</dc:creator>
			<guid isPermaLink="false">1127039@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to center the Navigation bar and Page Titles with the CSS editor.  I have tried<br />
'#nav ul {<br />
    display: inline-block;<br />
    list-style-type: none;<br />
}'<br />
to try and center the navigation bar, but it didn't change anything in my preview.  I was also wondering how to center the Page titles. All of this is for the Twenty Eleven theme.
</p>
]]></description>
					</item>
		<item>
			<title>jbiziou on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1120893</link>
			<pubDate>Fri, 11 Jan 2013 23:59:57 +0000</pubDate>
			<dc:creator>jbiziou</dc:creator>
			<guid isPermaLink="false">1120893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OMG it worked :))))))</p>
<p>Thank you sooo much :))    yay,, I can happily start blogging now :)  have a wonderful day
</p>
]]></description>
					</item>
		<item>
			<title>jbiziou on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1120889</link>
			<pubDate>Fri, 11 Jan 2013 23:57:56 +0000</pubDate>
			<dc:creator>jbiziou</dc:creator>
			<guid isPermaLink="false">1120889@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi thank you Laurie,,</p>
<p>Ill give it a try,,,,
</p>
]]></description>
					</item>
		<item>
			<title>lauriemrauch on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1120887</link>
			<pubDate>Fri, 11 Jan 2013 23:56:01 +0000</pubDate>
			<dc:creator>lauriemrauch</dc:creator>
			<guid isPermaLink="false">1120887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>Try this in your CSS:<br />
<code>#site-introduction { text-align: center; }</code></p>
<p>Hope that helps!
</p>
]]></description>
					</item>
		<item>
			<title>jbiziou on "Center the site title"</title>
			<link>http://en.forums.wordpress.com/topic/center-the-site-title#post-1120708</link>
			<pubDate>Fri, 11 Jan 2013 21:03:31 +0000</pubDate>
			<dc:creator>jbiziou</dc:creator>
			<guid isPermaLink="false">1120708@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there:)</p>
<p>just started a new blog,  nothing there yet,</p>
<p>Im using the Able Theme, and just want to Center the Site title , and site description</p>
<p>I know Nothing about CSS .  to busy with work to learn.</p>
<p>I tried this,,</p>
<p>p { h1.site.title-align: center }   in the CSS editor but nothing happened,,,</p>
<p>Please help me...:)</p>
<p>thanks :)</p>
<p> ~Jourdan ~
</p>
]]></description>
					</item>
		<item>
			<title>seaskylark on "Center Entry Date Under Entry Title?"</title>
			<link>http://en.forums.wordpress.com/topic/center-entry-date-under-entry-title#post-1120275</link>
			<pubDate>Fri, 11 Jan 2013 15:57:33 +0000</pubDate>
			<dc:creator>seaskylark</dc:creator>
			<guid isPermaLink="false">1120275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For anyone else who needs to know this, I got both the entry title and entry meta to match up by adjusting the entry title's width.
</p>
]]></description>
					</item>
		<item>
			<title>seaskylark on "Center Entry Date Under Entry Title?"</title>
			<link>http://en.forums.wordpress.com/topic/center-entry-date-under-entry-title#post-1117513</link>
			<pubDate>Wed, 09 Jan 2013 18:39:19 +0000</pubDate>
			<dc:creator>seaskylark</dc:creator>
			<guid isPermaLink="false">1117513@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello! </p>
<p>I am hoping someone can help me figure out how to center the entry date on my blog posts. I have purchased a design upgrade and my blog is here: <a href="http://sea-skylark.com" rel="nofollow">http://sea-skylark.com</a>. </p>
<p>I have already changed the Entry Title and Entry Meta to align center, but as you can see my Entry Meta is a little off center. I have tried messing with the padding, etc., but I can't seem to figure out how to perfectly center it with the Entry Title. Is there something I'm missing?</p>
<p>Any help with this is much appreciated!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Fresh &amp; Clean menu customization"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-menu-customization#post-1110610</link>
			<pubDate>Wed, 02 Jan 2013 21:02:05 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1110610@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread will be moved to the CSS Forum.
</p>
]]></description>
					</item>
		<item>
			<title>aoc5044 on "Fresh &amp; Clean menu customization"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-clean-menu-customization#post-1110609</link>
			<pubDate>Wed, 02 Jan 2013 21:01:22 +0000</pubDate>
			<dc:creator>aoc5044</dc:creator>
			<guid isPermaLink="false">1110609@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Found the fix. For future reference:</p>
<p><code>&lt;br /&gt;
#menu-menu {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
</code>
</p>
]]></description>
					</item>

	</channel>
</rss>
