<?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: Add an image</title>
		<link>http://www.kriesi.at/support/topic/add-an-image</link>
		<description>Support Forum - Topic: Add an image</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 11:02:24 +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/add-an-image" rel="self" type="application/rss+xml" />

		<item>
			<title>viktorlajos on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72459</link>
			<pubDate>Thu, 23 Aug 2012 08:49:37 +0000</pubDate>
			<dc:creator>viktorlajos</dc:creator>
			<guid isPermaLink="false">72459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks very much&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72444</link>
			<pubDate>Thu, 23 Aug 2012 06:53:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi viktorlajos,&#60;/p&#62;
&#60;p&#62;I think I have forgotten to include z-index. The complete code should look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wd-button {
padding: 0px;
width: 130px;
height: 50px;
position: absolute;
right: 0;
z-index: 999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viktorlajos on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72417</link>
			<pubDate>Thu, 23 Aug 2012 05:51:32 +0000</pubDate>
			<dc:creator>viktorlajos</dc:creator>
			<guid isPermaLink="false">72417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank's. It looks good, but somehow it doesn't behave like a link anymore, it's not a clickable... strange. Any suggestion ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72401</link>
			<pubDate>Thu, 23 Aug 2012 04:02:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi viktorlajos,&#60;/p&#62;
&#60;p&#62;Replace this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wd-button {
float: right;
padding: 0px;
width: 130px;
height: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wd-button {
padding: 0px;
width: 130px;
height: 50px;
position: absolute;
right: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;About the next question, I think you can target this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.template-blog .title_container {

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viktorlajos on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72370</link>
			<pubDate>Wed, 22 Aug 2012 19:11:32 +0000</pubDate>
			<dc:creator>viktorlajos</dc:creator>
			<guid isPermaLink="false">72370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Thanks it works but now the button is pushing the title ( Blog Latest News) down. ( example: viktorlajos.com )&#60;br /&#62;
How can I bring them in the same line ?&#60;/p&#62;
&#60;p&#62;and ...is there any way I can control the Blog Title Container ( not sure what'ts the name of the div) height without effecting the #top .page-title ?&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72280</link>
			<pubDate>Wed, 22 Aug 2012 10:42:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open template-blog.php, find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container template-blog &#38;#39;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Below that create a new div or an img tag, put a unique class on it. Float it right on your custom.css. Example.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;new-image&#38;quot;&#38;gt;
   &#38;lt;a href=&#38;quot;LINK&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;IMG SOURCE&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;On your custom.css, try to add.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.new-image {
float: right;
width: 100px;
height: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viktorlajos on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72275</link>
			<pubDate>Wed, 22 Aug 2012 10:22:21 +0000</pubDate>
			<dc:creator>viktorlajos</dc:creator>
			<guid isPermaLink="false">72275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To the blog ( front page )  page.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72266</link>
			<pubDate>Wed, 22 Aug 2012 09:54:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What page do you want to add it?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viktorlajos on "Add an image"</title>
			<link>http://www.kriesi.at/support/topic/add-an-image#post-72120</link>
			<pubDate>Tue, 21 Aug 2012 16:43:34 +0000</pubDate>
			<dc:creator>viktorlajos</dc:creator>
			<guid isPermaLink="false">72120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I would like to add an image ( button ) in the same height  where the page title is just on the opposite side ( align right )&#60;/p&#62;
&#60;p&#62;Is that possible ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
