<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evil Science &#187; aligning</title>
	<atom:link href="http://www.evilscience.org/tag/aligning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilscience.org</link>
	<description>Internet, technology, seo, design and general IT things...</description>
	<lastBuildDate>Thu, 24 Dec 2009 11:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Revolution theme image align problem</title>
		<link>http://www.evilscience.org/revolution-theme-image-align-problem/</link>
		<comments>http://www.evilscience.org/revolution-theme-image-align-problem/#comments</comments>
		<pubDate>Sun, 03 May 2009 09:42:15 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[aligning]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[revolution theme images]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=158</guid>
		<description><![CDATA[If you are using great Revolution themes by Brian Gardner with the newer Wordpres like 2.6.3 and you are  experiencing problems with aligning images, then here is simple fix for you.  Open your style css and first delete this:

#contentleft p img {
border:medium none;
float:left;
margin:0 10px 10px 0;
}

or as in my version this

#content p img {
float: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you are using great <a href="http://www.revolutiontwo.com/" target="_blank">Revolution themes</a> by Brian Gardner with the newer Wordpres like 2.6.3 and you are  experiencing problems with aligning images, then here is simple fix for you.  Open your style css and first delete this:</p>
<pre class="brush: css">
#contentleft p img {
border:medium none;
float:left;
margin:0 10px 10px 0;
}
</pre>
<p>or as in my version this</p>
<pre class="brush: css">
#content p img {
float: left;
border: none;
margin: 0px 10px 10px 0px;
}
</pre>
<p>Then add this at the bottom of your style.css<span id="more-158"></span></p>
<p>[sourcecode language='css]</p>
<p>/************************************************<br />
*   Images                                *<br />
************************************************/</p>
<p>img.centered {<br />
display: block;<br />
margin-left: auto;<br />
margin-right: auto;<br />
}</p>
<p>img.alignright {<br />
padding: 0px;<br />
margin: 0px 0px 10px 10px;<br />
display: inline;<br />
}</p>
<p>img.alignleft {<br />
padding: 0px;<br />
margin: 0px 10px 10px 0px;<br />
display: inline;<br />
}</p>
<p>.alignright {<br />
float: right;<br />
}</p>
<p>.alignleft {<br />
float: left<br />
}<br />
[/sourcecode]</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/revolution-theme-image-align-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
