<?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; Topic: showing titles, changing columns</title>
		<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns</link>
		<description>WordPress.com Forums &#187; Topic: showing titles, changing columns</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 20:11:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/showing-titles-changing-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "showing titles, changing columns"</title>
			<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns#post-931141</link>
			<pubDate>Mon, 02 Jul 2012 19:48:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">931141@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3) the "postings, comment, edit" I would like centered underneath each post</p></blockquote>
<p>Try this out:</p>
<pre><code>.entry-meta {
	text-align: center;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "showing titles, changing columns"</title>
			<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns#post-931139</link>
			<pubDate>Mon, 02 Jul 2012 19:48:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">931139@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) have titles for the pictures show up</p></blockquote>
<p>The titles that are saved in the media library are only displayed in the Carousel or attachment pages for images. You could add a caption though. See step 4 at <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer" rel="nofollow">http://en.support.wordpress.com/images/#upload-images-from-your-computer</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "showing titles, changing columns"</title>
			<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns#post-931137</link>
			<pubDate>Mon, 02 Jul 2012 19:47:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">931137@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) I want my "categories" list to be listed on the left side, underneath the header</p></blockquote>
<p>All of your posts are currently using the "Image" post format, and categories aren't displayed for those posts. Please switch at least one of the posts to the standard format in order to see the categories.</p>
<p>One way to move content around in a layout is to use absolute positioning. It's not a perfect solution because it requires that you know the exact position where you want the content placed and will be the same for every single case. For example, if you setup the categories to display just below post titles, that assumes you know exactly how tall every post title will be. If you had any really long post titles that fell over onto two lines, it would overlap with the categories. Here is a basic absolute positioning block which I tested on a plain Toolbox setup with no other custom styles. You can test this out and adjust it to see how it works:</p>
<pre><code>.post {
	position: relative;
}
.post .entry-meta .cat-links {
	position: absolute;
	top: 2em;
	left: 0;
}</code></pre>
<p>Note that your CSS will probably need to be adjusted to take any CSS you have added that affects spacing and layout. Experiment with the top value until it fits in your setup.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "showing titles, changing columns"</title>
			<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns#post-931134</link>
			<pubDate>Mon, 02 Jul 2012 19:47:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">931134@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First, note that when you select the "Add my CSS" option on the Appearance &#8594; Custom Design &#8594; CSS page (recommended), then you should not copy and paste the entire original stylesheet into the custom CSS editor. Instead, you should just add in CSS for the things you'd like to change.
</p>
]]></description>
					</item>
		<item>
			<title>therapiesyoudeserve on "showing titles, changing columns"</title>
			<link>http://en.forums.wordpress.com/topic/showing-titles-changing-columns#post-929582</link>
			<pubDate>Sat, 30 Jun 2012 20:07:08 +0000</pubDate>
			<dc:creator>therapiesyoudeserve</dc:creator>
			<guid isPermaLink="false">929582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey all.<br />
I'm trying to teach myself basic CSS through this blog and I'm wanting to do some things I haven't figured out yet.<br />
I'm working with Toolbox and<br />
1) I want my "categories" list to be listed on the left side, underneath the header<br />
2) have titles for the pictures show up<br />
3) the "postings, comment, edit" I would like centered underneath each post</p>
<p>Thanks so much!
</p>
]]></description>
					</item>

	</channel>
</rss>
