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

		<item>
			<title>vikingsinlondon on "Autofocus theme - front page has one story per row instead of mosaic style"</title>
			<link>http://en.forums.wordpress.com/topic/autofocus-theme-front-page-has-one-story-per-row-instead-of-mosaic-style#post-1279310</link>
			<pubDate>Sat, 25 May 2013 01:34:38 +0000</pubDate>
			<dc:creator>vikingsinlondon</dc:creator>
			<guid isPermaLink="false">1279310@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone.</p>
<p>So I have the beautiful Autofocus theme for my website, but for some reason, half way scrolling down the front page, the images stop being in a 'mosaic' style (i.e stacked together) and  instead are one story per row. If you go to the website (www.vikingsinlondon.wordpress.com) and scroll down you'll see what I mean. </p>
<p>I've been trying to figure it out, but can't for the life of me. Any help is really, really appreciated.</p>
<p>Many thanks!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273536</link>
			<pubDate>Tue, 21 May 2013 12:33:40 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1273536@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273531</link>
			<pubDate>Tue, 21 May 2013 12:31:53 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1273531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>THANKS!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273503</link>
			<pubDate>Tue, 21 May 2013 11:47:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1273503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Paste this in the CSS editor:<br />
<pre><code>#main, .site-footer {
    margin: auto;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273495</link>
			<pubDate>Tue, 21 May 2013 11:38:34 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1273495@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your help!<br />
just can you tell me what is the css code to write on the right to center my columnist website?<br />
thank you
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Layout issues"</title>
			<link>http://en.forums.wordpress.com/topic/layout-issues-18#post-1271391</link>
			<pubDate>Sun, 19 May 2013 19:48:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1271391@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For other layout issues you may have see &#62;  <a href="http://en.support.wordpress.com/themes/layout-issues/" rel="nofollow">http://en.support.wordpress.com/themes/layout-issues/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Layout issues"</title>
			<link>http://en.forums.wordpress.com/topic/layout-issues-18#post-1271390</link>
			<pubDate>Sun, 19 May 2013 19:47:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1271390@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The alignment icons in the WordPress editor are for aligning text; they are not for aligning images. <a href="http://en.support.wordpress.com/visual-editor/#alignment" rel="nofollow">http://en.support.wordpress.com/visual-editor/#alignment</a> They are used to achieve wrapping text around images on either the right or left hand side, or to display an image that's centered without text on either side of it. If the text beside the images does not occupy the same amount of space that the image beside it does then the text wrapping will continue and the images and text that follow will have a staggered appearance.</p>
<p>Align-left means position left, with the rest of the content wrapping around the right side of the image.<br />
Align-right means position right, with the rest of the content wrapping around the left side of the image.<br />
Align-center means position center, with no wrap-around (= the rest of the content below the image).<br />
To prevent the staggered effect what you do is insert the following snippet of code into the HTML editor after each image/text pair:<br />
<code>&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Layout issues"</title>
			<link>http://en.forums.wordpress.com/topic/layout-issues-18#post-1271389</link>
			<pubDate>Sun, 19 May 2013 19:46:34 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1271389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Blog editors and word processors are not the same and do not work the same way. The web standard is one blank line only, so you cannot add more blank lines by pressing return repeatedly like you would do with a typewriter or in a word processing application. If you want to learn how to format and space your posts and pages see:<br />
<a href="http://en.support.wordpress.com/writing-and-formatting-poetry/" rel="nofollow">http://en.support.wordpress.com/writing-and-formatting-poetry/</a></p>
<p>If you are working in the Visual editor, to get single spacing between paragraphs hold the SHIFT key down and simultaneously click ENTER at the end of the paragraph.</p>
<p>If you are working in the HTML (Text) editor, a single click of ENTER will give you a single-spaced line, and two clicks of ENTER will result in double spaced lines. <a href="http://onecoolsitebloggingtips.com/2011/09/13/wordpress-formatting-and-spacing/" rel="nofollow">http://onecoolsitebloggingtips.com/2011/09/13/wordpress-formatting-and-spacing/</a></p>
<p>P.S. When you create a new post, always make sure the Format tool is set to Paragraph before you start typing. It's in the Visual editor Row 2 first position "style". See the illustration here <a href="http://en.support.wordpress.com/visual-editor/#row-2" rel="nofollow">http://en.support.wordpress.com/visual-editor/#row-2</a> If you forget to do that then edit the post, highlight all in the Visual editor, select Paragraph from the Format tool, switch editor to Text then switch back to Visual and click Update.
</p>
]]></description>
					</item>
		<item>
			<title>cathywil on "Layout issues"</title>
			<link>http://en.forums.wordpress.com/topic/layout-issues-18#post-1271135</link>
			<pubDate>Sun, 19 May 2013 13:00:15 +0000</pubDate>
			<dc:creator>cathywil</dc:creator>
			<guid isPermaLink="false">1271135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I work with both text and photos in a Post so the layout looks professional?</p>
<p>Thanks, Cathy
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Architekt by Dessign Layout Question"</title>
			<link>http://en.forums.wordpress.com/topic/architekt-by-dessign-layout-question#post-1270650</link>
			<pubDate>Sat, 18 May 2013 19:02:13 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1270650@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That is a WordPress.ORG install and we do not provide support for it here at WordPress.COM If you don't have a username account at WordPress.ORG click <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
</p>
]]></description>
					</item>
		<item>
			<title>okmarzo on "Architekt by Dessign Layout Question"</title>
			<link>http://en.forums.wordpress.com/topic/architekt-by-dessign-layout-question#post-1270644</link>
			<pubDate>Sat, 18 May 2013 18:57:14 +0000</pubDate>
			<dc:creator>okmarzo</dc:creator>
			<guid isPermaLink="false">1270644@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://99-hearts.com" rel="nofollow">http://99-hearts.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Architekt by Dessign Layout Question"</title>
			<link>http://en.forums.wordpress.com/topic/architekt-by-dessign-layout-question#post-1270643</link>
			<pubDate>Sat, 18 May 2013 18:56:46 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1270643@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</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>okmarzo on "Architekt by Dessign Layout Question"</title>
			<link>http://en.forums.wordpress.com/topic/architekt-by-dessign-layout-question#post-1270642</link>
			<pubDate>Sat, 18 May 2013 18:56:45 +0000</pubDate>
			<dc:creator>okmarzo</dc:creator>
			<guid isPermaLink="false">1270642@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm starting up a site called <strong><a href="http://99-hearts.com">99-hearts.com</a></strong> and I installed a free theme called 'Architekt' by Dessign.net. </p>
<p>As you scroll past the main large masthead, the grid below is suppose to have 3 boxes and another 3 boxes below that and so on but it ends up being in 2's.  </p>
<p>I need it to be like this<br />
X X X<br />
X X X<br />
X X X<br />
X X X</p>
<p>But it ends up like this<br />
X X X<br />
X X<br />
X X<br />
X X<br />
X X</p>
<p>When you visit the site <a href="http://99-hearts.com"><strong>99-hearts.com</strong></a> you'll notice it right away.</p>
<p>Can anyone help me fix this strange configuration?<br />
Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change header position in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-position-in-oxygen#post-1268405</link>
			<pubDate>Thu, 16 May 2013 21:27:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1268405@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You know, could you explain how you are going to use the theme? Are you going to have a standard blog page as your home page, or are you going to use the showcase page template as your main page?</p>
<p>The header image can be moved down below the menu using CSS. What might be a little tricky is to keep the header image responsive to browser window width as it is now. (Narrow and widen your browser window to see how this works.)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change header position in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-position-in-oxygen#post-1268376</link>
			<pubDate>Thu, 16 May 2013 21:17:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1268376@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You could I suppose upload your header image to a post, set it as a featured image for that post, set the post to "<a href="http://en.support.wordpress.com/posts/post-visibility/#sticky-posts">sticky</a>" and then set no other posts as sticky posts. It would then be static in the feature slider location as the one on my test site is.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change header position in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-position-in-oxygen#post-1268370</link>
			<pubDate>Thu, 16 May 2013 21:15:13 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1268370@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The image you are seeing to the right is the featured image of a featured post in the post slider. The header image in Oxygen is full-width above the menu. If you go to my test site, <a href="http://flippintestblog.wordpress.com" rel="nofollow">http://flippintestblog.wordpress.com</a> , I have a static front page set to the showcase template and the top image of the kittehs is the header image. The image of Old Faithful at Yellowstone Park is a stick post with a featured image that shows up in the post slider.</p>
<p>Take a look at the <a href="http://theme.wordpress.com/themes/oxygen/">theme description page on Oxygen</a> for more information.
</p>
]]></description>
					</item>
		<item>
			<title>eachdaypaid on "Change header position in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-position-in-oxygen#post-1268101</link>
			<pubDate>Thu, 16 May 2013 18:46:21 +0000</pubDate>
			<dc:creator>eachdaypaid</dc:creator>
			<guid isPermaLink="false">1268101@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using  the Oxygen theme and I would like to have the same design as you show it in the theme overview. Meaning Header image in the right top corner, with above the primary menu items, underneath the header image also the picture galary and in the top left corner the secondary menu with underneath all the widgets.<br />
Similar to <a href="http://emilyluxton.co.uk/" rel="nofollow">http://emilyluxton.co.uk/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267386</link>
			<pubDate>Thu, 16 May 2013 08:12:17 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will do it, but if the title changes in length (gets longer) things could blow up on you. :)</p>
<pre><code>#content #homepagetop h3 {
width: 620px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267379</link>
			<pubDate>Thu, 16 May 2013 07:58:07 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267379@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's great thanks so much for that! I'm sure it's an easy one but I'm not sure how to work it out : is there a way to get the feature headline centered with the feature image? Adjusting the padding maybe?<br />
Thanks again that looks much better.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267376</link>
			<pubDate>Thu, 16 May 2013 07:48:50 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267376@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh yeah, and then just go to appearance &#62; widgets and add the categories widget to the right sidebar.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267375</link>
			<pubDate>Thu, 16 May 2013 07:48:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267375@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this to your CSS and see what you think. Since the size of the feature images is set in the theme php script files, we cannot change them, and what I've done below asks the browser to make the images bigger, and browsers are lousy at that and the images lose sharpness and quality. See what you thing though.</p>
<pre><code>.home #sidebar_left {
    display: none;
}

.home .homepagemid {
    width: 620px;
}

.home .homepagethumb, .home .homepagethumb img {
    width: 620px;
    height: auto;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267362</link>
			<pubDate>Thu, 16 May 2013 07:30:01 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267362@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I recently switched to the Structure theme and I was wondering if it's possible to get rid of the left sidebar and have the categories with the rest of the widgets in the right sidebar.<br />
Ideally the posts images would align with the featured post down the left side.<br />
Thanks a lot for your help.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Edits to About page"</title>
			<link>http://en.forums.wordpress.com/topic/edits-to-about-page#post-1267234</link>
			<pubDate>Thu, 16 May 2013 04:30:53 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267234@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will do what you want, I think, but as you can see, it forces the main content container width to be 1150px in width and that means anyone with a monitor resolution less that about 1250px in width is going to have to scroll horizontally in order to see all of your page content, and for those people everything is going to appear as if it is mistakenly shifted to the right (comments will be along the right browser border with a huge amount of white space to the left of them.</p>
<pre><code>.page-id-2 #container {
    width: 1150px;
}
.page-id-2 #contents {
    margin-left: 500px;
    width: 650px;
}</code></pre>
<p>For the background image, do as I showed in the other thread on the background and content background except replace .archive with .page-id-2 (the about page).
</p>
]]></description>
					</item>
		<item>
			<title>imveryape on "Edits to About page"</title>
			<link>http://en.forums.wordpress.com/topic/edits-to-about-page#post-1267205</link>
			<pubDate>Thu, 16 May 2013 03:31:07 +0000</pubDate>
			<dc:creator>imveryape</dc:creator>
			<guid isPermaLink="false">1267205@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi guys, looking to shift all of the content on my about page to the right. I want to keep it centred relative to itself (like the IMVERYAPE is still centred compared to the menu), but have it all shifted to the right, so that the turquoise "comments" ends up in the centre of the page.</p>
<p>I would also like to change my background image for the about page.</p>
<p>Any tips?</p>
<p>Thanks guys!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1266235</link>
			<pubDate>Wed, 15 May 2013 14:41:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1266235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>if I copy paste the source code from the safari menu, copy paste it on the display CSS window, will I keep the design originally generated by the template without loosing any information?</p></blockquote>
<p>Nope, you should not do that unless you are advanced at CSS.</p>
<blockquote><p>if not, how can I keep the original generated design and have it transfered as CSS code into that window?</p></blockquote>
<p>You should only add updates to the CSS editor in the Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel unless you want to delete all of the theme's original CSS to completely start from scratch with a blank slate.</p>
<p>To see the current CSS, just use the browser tools built in to your web browser. In Safari, go to Preferences → Advanced and check the "Show Develop menu in menu bar" to turn on the developer tools. Then load your website, right-click on any item, and select the "Inspect Element" option. that will pull up a view of the HTML for what you clicked on as well as all the CSS that applies to that element on the right. Once you find the selectors in the CSS that match what you want to change, you can write new CSS rules (or copy individual blocks from the web inspector) and put them in your WordPress.com CSS editor to make changes to your blog's appearance.
</p>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1266168</link>
			<pubDate>Wed, 15 May 2013 13:06:23 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1266168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I customized my site through the templates available on WordPress (the columnist). After upgrading in order to be able to modify the design and personalize the site, I am brought to a new page where I can change the CSS code. Unfortunately the original CSS code does not appear on the right hand display window. I am only given a welcome text. I would like to keep the original design from the template and its CSS code to modify a few details within it (such as centering and such...).<br />
I have the following questions:<br />
if I copy paste the source code from the safari menu, copy paste it on the display CSS window, will I keep the design originally generated by the template without loosing any information?<br />
if not, how can I keep the original generated design and have it transfered as CSS code into that window?
</p>
]]></description>
					</item>
		<item>
			<title>jordantheheadcase on "My layout had gone Pete Tong!"</title>
			<link>http://en.forums.wordpress.com/topic/my-layout-had-gone-pete-tong#post-1262055</link>
			<pubDate>Fri, 10 May 2013 21:55:54 +0000</pubDate>
			<dc:creator>jordantheheadcase</dc:creator>
			<guid isPermaLink="false">1262055@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Only just had a chance to get on here; it's all fine again, like a lovely rosy sunset.  Thanks for your messages!  Am very relieved I don't have to set it all up again but have also realised that I probably need to get a lesson or two in learning CSS properly.  :-)
</p>
]]></description>
					</item>
		<item>
			<title>wpvscmr on "My layout had gone Pete Tong!"</title>
			<link>http://en.forums.wordpress.com/topic/my-layout-had-gone-pete-tong#post-1261603</link>
			<pubDate>Fri, 10 May 2013 15:16:08 +0000</pubDate>
			<dc:creator>wpvscmr</dc:creator>
			<guid isPermaLink="false">1261603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>(Spoke five minutes too late. ;] )
</p>
]]></description>
					</item>
		<item>
			<title>wpvscmr on "My layout had gone Pete Tong!"</title>
			<link>http://en.forums.wordpress.com/topic/my-layout-had-gone-pete-tong#post-1261602</link>
			<pubDate>Fri, 10 May 2013 15:15:18 +0000</pubDate>
			<dc:creator>wpvscmr</dc:creator>
			<guid isPermaLink="false">1261602@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hang in there, <strong>jordantheheadcase</strong>, CSS help is on the way.
</p>
]]></description>
					</item>
		<item>
			<title>sixhours on "My layout had gone Pete Tong!"</title>
			<link>http://en.forums.wordpress.com/topic/my-layout-had-gone-pete-tong#post-1261601</link>
			<pubDate>Fri, 10 May 2013 15:10:25 +0000</pubDate>
			<dc:creator>sixhours</dc:creator>
			<guid isPermaLink="false">1261601@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy! Are you still having this problem? <a href="http://en.forums.wordpress.com/topic/theme-colors-have-changed-help">There was a bug in Bueno</a> that should now be fixed, but please let us know if your site is still not displaying properly so I can take another look. Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
