<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How can i align the Read More button?</title>
		<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button</link>
		<description>Support Forum - Topic: How can i align the Read More button?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 08:20:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-can-i-align-the-read-more-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-23055</link>
			<pubDate>Tue, 19 Jul 2011 06:16:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd use the first code block and modify it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link, .more-link:hover{
line-height: 32px;
margin: 0px auto 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now replace auto with any px value you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-23028</link>
			<pubDate>Mon, 18 Jul 2011 17:21:47 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">23028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have this code in my style.css :&#60;/p&#62;
&#60;p&#62;.more-link, .more-link:hover{&#60;br /&#62;
line-height: 32px;&#60;br /&#62;
margin: 0px auto 20px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.more-link, .more-link:hover, .button{&#60;br /&#62;
width:105px;&#60;br /&#62;
text-decoration: none;&#60;br /&#62;
display:block;&#60;br /&#62;
font-size:12px;&#60;br /&#62;
font-weight:bold;&#60;br /&#62;
text-align: center;&#60;br /&#62;
margin-top:20px;&#60;br /&#62;
margin: 0px auto 20px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Which of the two do i have to change?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-22998</link>
			<pubDate>Mon, 18 Jul 2011 12:02:18 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">22998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will check it! The second post is just a demo..i am looking what post is nicer so i will decide the post structure..Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-22981</link>
			<pubDate>Mon, 18 Jul 2011 06:37:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
because of the html structure it's not possible to center align the button under the text. You can align it manually but because you're using different sized images the button won't align right for all other items. However if you want to change the alignment open up style.css and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link, .more-link:hover{
line-height: 32px;
margin: 0 auto 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change &#34;auto&#34; to a px value like 40px. This will push the button to the left or right. You can adjust the value so that it looks great for the first post, however the second post won't display the button right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-22965</link>
			<pubDate>Mon, 18 Jul 2011 05:30:43 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">22965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No! I want to align it in the center under the text...To be aligned with the text not for the whole content!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-22908</link>
			<pubDate>Sun, 17 Jul 2011 00:28:50 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It seems your read more button is aligned in the center, did you solve it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How can i align the Read More button?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-align-the-read-more-button#post-22901</link>
			<pubDate>Sat, 16 Jul 2011 20:52:45 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">22901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I want to align the Read More button in the center under the text. How can i do this? &#60;a href=&#34;http://www.e-win.gr&#34; rel=&#34;nofollow&#34;&#62;http://www.e-win.gr&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
