<?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: Blog page layout / format in Coherence</title>
		<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence</link>
		<description>Support Forum - Topic: Blog page layout / format in Coherence</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:45:09 +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/blog-page-layout-format-in-coherence" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-75046</link>
			<pubDate>Sun, 09 Sep 2012 10:22:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Try to add this code in your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry .post-title {
   padding-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74662</link>
			<pubDate>Thu, 06 Sep 2012 13:28:24 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK that's great. Thx Ismael. Very impressed with all you folks' prompt and helpful support.&#60;/p&#62;
&#60;p&#62;I think all I need now is to left align the blog titles - what CSS code would I use for that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74596</link>
			<pubDate>Thu, 06 Sep 2012 00:20:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can find custom.css on the css folder on your theme folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74592</link>
			<pubDate>Wed, 05 Sep 2012 23:59:01 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is my custom.css? I don't think I have created one...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74023</link>
			<pubDate>Sun, 02 Sep 2012 01:42:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First open includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;meta&#38;#39;); ?&#38;gt; units blog-meta&#38;quot;&#38;gt;

	        	&#38;lt;div class=&#38;#39;side-container side-container-date&#38;#39;&#38;gt;

	        		&#38;lt;div class=&#38;#39;side-container-inner&#38;#39;&#38;gt;

   						&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;
   						&#38;lt;div class=&#38;#39;post-format-icon&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;
	        		&#38;lt;/div&#38;gt;

	        	&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then locate this code on the same file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;entry&#38;#39;); ?&#38;gt; units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;seven units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-title.offset-by-two.alpha, span.date-container.minor-meta.meta-color {
padding-left: 30px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reload the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-73951</link>
			<pubDate>Sat, 01 Sep 2012 13:16:47 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">73951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using Coherence and unsure if/how I can change format/page layout of blog pages (all other pages of site are great but I don't like the way the blog posts look).&#60;/p&#62;
&#60;p&#62;Is it possible to move the post date to bottom of post? &#60;/p&#62;
&#60;p&#62;I also want to loose post-type icon (text, photo, etc) and have text etc align to left of page (in line with photos).&#60;/p&#62;
&#60;p&#62;As always I appreciate any advice you can provide.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
