<?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>Chitika Blog &#187; css</title>
	<atom:link href="http://blog.chitika.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chitika.com</link>
	<description>News, Insights and Marketing Tips from Chitika</description>
	<lastBuildDate>Thu, 17 May 2012 21:29:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Style &amp; Customize the Chitika &#124; Premium WordPress Plugin</title>
		<link>http://blog.chitika.com/2009/03/style-customize-the-chitika-premium-wordpress-plugin/</link>
		<comments>http://blog.chitika.com/2009/03/style-customize-the-chitika-premium-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:48:06 +0000</pubDate>
		<dc:creator>Terri Swallow</dc:creator>
				<category><![CDATA[Chitika | Premium]]></category>
		<category><![CDATA[Front Page News]]></category>
		<category><![CDATA[Publisher Tools]]></category>
		<category><![CDATA[The Developers Grove]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[placement]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.chitika.com/?p=657</guid>
		<description><![CDATA[Using a little CSS coding magic we can add extra customization to the Chitika &#124; Premium ad placement on your blog posts!  Just choose a style and then add a line or two to your style.css file in your theme!]]></description>
			<content:encoded><![CDATA[<p>Our <a href="/blog/wordpress/">Chitika | Premium WordPress plugin</a> has made it easy for so many of you to add Chitika | Premium to your blogs, but it is limited in customizations.</p>
<p><strong>Not anymore!</strong> As of <a href="/blog/2009/01/13/new-features-in-the-chitika-premium-wordpress-plugin/">version 1.3</a> we&#8217;ve made it easy to customize more about the placement appearance of your ads.</p>
<p>You already know you can change the size, colors and placement (above and below) but with just a snippet of code added to your <strong><code>style.css</code></strong> file in your theme you can really make the display your own.</p>
<h2>Add Space</h2>
<p><strong>Is your ad too close to the post?</strong></p>
<p><img src="http://blog.chitika.com/uploads/heatmap-place-default.gif" alt="" title="heatmap placement default" width="350" height="209" class="aligncenter size-full wp-image-658" /></p>
<p>Just add the following lines to your <code>style.css</code> file:</p>
<pre><code>.chitika-adspace { margin: 10px 0;}</code></pre>
<p>It will add some visual space, or white space, above and below the ad.</p>
<h2>Center your Ad</h2>
<p>Don&#8217;t like the way your ad looks aligned to the left?  Why not center it?</p>
<p><img src="http://blog.chitika.com/uploads/heatmap-place-center.gif" alt="" title="heatmap placement center" width="350" height="209" class="aligncenter size-full wp-image-660" /></p>
<p><strong>Add this line to your <code>style.css</code></strong></p>
<pre><code>.chitika-adspace { text-align:center; }</code></pre>
<h2>Your Ad Can Fly Right</h2>
<p>Do you want your ad to appear to the right of your post?</p>
<p><img src="http://blog.chitika.com/uploads/heatmap-place-right.gif" alt="" title="heatmap placement right" width="350" height="209" class="aligncenter size-full wp-image-659" /></p>
<p>There&#8217;s a couple steps to accomplish this:</p>
<ol>
<li>First you&#8217;ll have to choose your placement to be above or both</li>
<li>Then choose an ad size with a smaller width<br />For this placement style we recommend the 250&#215;250 Square or 180 x 300 ad size</li>
</ol>
<p><strong>Once you&#8217;ve done that, just add the following line to your <code>style.css</code> file:</strong></p>
<pre><code>.chitika-adspace.aboveboth, .chitika-adspace.above  { float:right; margin:0 0 10px 10px; }</code></pre>
<p>We also think this option looks cool with a 120 x 600 skyscraper ad (<em>above positioning only</em>) &#8211; it&#8217;s almost like adding a dedicated sidebar to display ads <strong>only</strong> to your search traffic!<br />
<img src="http://blog.chitika.com/uploads/wp-plugin-skyscraper.gif" alt="" title="Ad Placement Skyscraper" width="350" height="209" class="aligncenter size-full wp-image-661" /></p>
<h2>CSS Classes For You CSS Pros</h2>
<p>For those of you who are <em>familiar</em> with style sheets or coding style sheets the plugin now adds the following classes to the divs containing the ads:</p>
<ul>
<li><code>chitika-adspace</code> (<em>all ads</em>)</li>
<li><code>above</code> (<em>above only</em>)</li>
<li><code>below</code> (<em>below only</em>)</li>
<li><code>aboveboth</code> (<em>above when both are displayed</em>)</li>
<li><code>belowboth</code> (<em>below when both are displayed</em>)</li>
</ul>
<h2>Have you done anything like this with your ads?</h2>
<p>Tell us about your customizations in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chitika.com/2009/03/style-customize-the-chitika-premium-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

