<?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 - Tag: swap - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/swap</link>
		<description>Support Forum - Tag: swap - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 20:42: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/tags/swap" rel="self" type="application/rss+xml" />

		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-112023</link>
			<pubDate>Fri, 17 May 2013 18:34:40 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">112023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow - it works now - thanks, ismael!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111483</link>
			<pubDate>Wed, 15 May 2013 22:27:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please remove the css above and use this instead. This works on my end.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.logo {
float: right;
position: absolute;
right: 0;
text-align: right;
}

.logo a {
float: right;
z-index: 9999;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111471</link>
			<pubDate>Wed, 15 May 2013 20:53:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;also the logo is not clickable any more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111470</link>
			<pubDate>Wed, 15 May 2013 20:53:06 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, it works now if i change it to &#34;position: relative;&#34;&#60;/p&#62;
&#60;p&#62;but by resizing / making the browser-window smaller (x-dimension), the alignment is changing suddenly to left again (ca. tab-size!)&#60;br /&#62;
is there any other css-extra for this size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111469</link>
			<pubDate>Wed, 15 May 2013 20:38:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the navigation is left-aligned now!&#60;br /&#62;
the logo is still on the left side - should be right-aligned...&#60;/p&#62;
&#60;p&#62;i use a fixed header with fixed y-dimension:&#60;/p&#62;
&#60;p&#62;#header_main .container, .main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
height: 80px  !important;&#60;br /&#62;
line-height: 80px  !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;html.fixed_header #main {&#60;br /&#62;
padding-top: 80px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div .logo {&#60;br /&#62;
float: right;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
left: 0;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110723</link>
			<pubDate>Mon, 13 May 2013 00:17:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What type of header are you using?&#60;/p&#62;
&#60;p&#62;This will probably work. Add this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .logo {
float: right;
position: absolute;
right: 0;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110706</link>
			<pubDate>Sun, 12 May 2013 21:12:03 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">110706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;logo right align ?&#60;br /&#62;
nav left?&#60;/p&#62;
&#60;p&#62;any css for this??&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Swap round items on product page"</title>
			<link>http://www.kriesi.at/support/topic/swap-round-items-on-product-page#post-57166</link>
			<pubDate>Wed, 23 May 2012 06:56:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that I could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cutecreations on "Swap round items on product page"</title>
			<link>http://www.kriesi.at/support/topic/swap-round-items-on-product-page#post-57161</link>
			<pubDate>Wed, 23 May 2012 06:33:10 +0000</pubDate>
			<dc:creator>cutecreations</dc:creator>
			<guid isPermaLink="false">57161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, worked a treat :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Swap round items on product page"</title>
			<link>http://www.kriesi.at/support/topic/swap-round-items-on-product-page#post-57145</link>
			<pubDate>Wed, 23 May 2012 05:38:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content\themes\propulsion\config-woocommerce\config.php and find this code (can be found in line 282):&#60;br /&#62;
&#60;code&#62;avia_add_to_cart($post, $product );&#60;br /&#62;
echo &#34;&#38;lt;h1 class='post-title portfolio-single-post-title'&#38;gt;&#34;.get_the_title().&#34;&#38;lt;/h1&#38;gt;&#34;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Try to swap their positions, it should look something like this:&#60;br /&#62;
&#60;code&#62;echo &#34;&#38;lt;h1 class='post-title portfolio-single-post-title'&#38;gt;&#34;.get_the_title().&#34;&#38;lt;/h1&#38;gt;&#34;;&#60;br /&#62;
avia_add_to_cart($post, $product );&#60;/code&#62;&#60;/p&#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>cutecreations on "Swap round items on product page"</title>
			<link>http://www.kriesi.at/support/topic/swap-round-items-on-product-page#post-56712</link>
			<pubDate>Sun, 20 May 2012 10:35:16 +0000</pubDate>
			<dc:creator>cutecreations</dc:creator>
			<guid isPermaLink="false">56712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey&#60;/p&#62;
&#60;p&#62;I'd like the swap the product title and price with the box that has the sizes and add to cart button in it as shown here:&#60;br /&#62;
&#60;a href=&#34;http://cutecreations.co.uk/wp/shop/kigurumi-kitty-t-shirt&#34; rel=&#34;nofollow&#34;&#62;http://cutecreations.co.uk/wp/shop/kigurumi-kitty-t-shirt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
