<?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: Placing &#039;View Cart&#039; Button in the right of the header</title>
		<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header</link>
		<description>Support Forum - Topic: Placing &#039;View Cart&#039; Button in the right of the header</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 23:26:57 +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/placing-view-cart-button-in-the-right-of-the-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Makai_Product on "Placing &#039;View Cart&#039; Button in the right of the header"</title>
			<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header#post-97880</link>
			<pubDate>Thu, 21 Feb 2013 17:17:50 +0000</pubDate>
			<dc:creator>Makai_Product</dc:creator>
			<guid isPermaLink="false">97880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, that worked perfectly.  Thankyou very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Placing &#039;View Cart&#039; Button in the right of the header"</title>
			<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header#post-97782</link>
			<pubDate>Thu, 21 Feb 2013 08:45:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97782@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lain,&#60;/p&#62;
&#60;p&#62;Try to add this code on your Quick CSS (located inside Angular &#38;gt; Theme Options &#38;gt; Styling) or at the bottom of custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .container form {
position: absolute;
top: 20px;
right: 0;
}&#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>Makai_Product on "Placing &#039;View Cart&#039; Button in the right of the header"</title>
			<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header#post-97720</link>
			<pubDate>Wed, 20 Feb 2013 20:32:38 +0000</pubDate>
			<dc:creator>Makai_Product</dc:creator>
			<guid isPermaLink="false">97720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks for your quick reply. It worked, thanks.  I pasted the code in and added a right align and the cart button is sitting in the header on the right hand side.&#60;/p&#62;
&#60;p&#62;I have another question though; is it possible to reduce the space above and below the 'View Cart' button so the logo and menus come up towards the top of the page where they were before? You can see what what I mean on my front page &#60;a href=&#34;http://www.productlondon.com&#34; rel=&#34;nofollow&#34;&#62;http://www.productlondon.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Iain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Placing &#039;View Cart&#039; Button in the right of the header"</title>
			<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header#post-97601</link>
			<pubDate>Wed, 20 Feb 2013 06:43:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can add the paypal code to header.php - I'd insert the cart code below following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;

						&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Makai_Product on "Placing &#039;View Cart&#039; Button in the right of the header"</title>
			<link>http://www.kriesi.at/support/topic/placing-view-cart-button-in-the-right-of-the-header#post-97512</link>
			<pubDate>Tue, 19 Feb 2013 20:21:18 +0000</pubDate>
			<dc:creator>Makai_Product</dc:creator>
			<guid isPermaLink="false">97512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a simple 'Add to Cart'  and 'View Cart' Paypal setup on my site (&#60;a href=&#34;http://www.productlondon.com/mastering/pay/)&#34; rel=&#34;nofollow&#34;&#62;http://www.productlondon.com/mastering/pay/)&#60;/a&#62;.  I use a text widget to place the 'View Cart' button on each page in sidebar.  The problem is that I have to have a sidebar on each page to make this work.&#60;/p&#62;
&#60;p&#62;Ideally, what I want to do, is move the 'View Cart' button into the header, ideally above the 'Contact Us' menu.  Here's a screenshot of how I'd like it to look.  &#60;a href=&#34;http://www.productlondon.com/wp-content/uploads/2013/02/View-Cart.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.productlondon.com/wp-content/uploads/2013/02/View-Cart.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
