<?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: Replete Theme - Few Questions</title>
		<link>http://www.kriesi.at/support/topic/replete-theme-few-questions</link>
		<description>Support Forum - Topic: Replete Theme - Few Questions</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 20:50:53 +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/replete-theme-few-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Replete Theme - Few Questions"</title>
			<link>http://www.kriesi.at/support/topic/replete-theme-few-questions#post-98588</link>
			<pubDate>Tue, 26 Feb 2013 20:36:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sheebah,&#60;/p&#62;
&#60;p&#62;Try adjusting the css to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: right;
padding-right: 40px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then remove the cart dropdown change so that the cart goes back to where it was.&#60;/p&#62;
&#60;p&#62;For the various widget areas, we need to target them specifically for your site/layout. So we'll need to see the site live to inspect the code.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheebah on "Replete Theme - Few Questions"</title>
			<link>http://www.kriesi.at/support/topic/replete-theme-few-questions#post-98527</link>
			<pubDate>Tue, 26 Feb 2013 12:46:13 +0000</pubDate>
			<dc:creator>sheebah</dc:creator>
			<guid isPermaLink="false">98527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, sorry few more questions! &#60;/p&#62;
&#60;p&#62;I've aligned the navigation to the right and it works great! but is there a way of putting the cart button after the navigation rather than before? As for the footer links, its the links above the copyright (in the widget areas) that I need to change. Thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheebah on "Replete Theme - Few Questions"</title>
			<link>http://www.kriesi.at/support/topic/replete-theme-few-questions#post-98524</link>
			<pubDate>Tue, 26 Feb 2013 12:35:59 +0000</pubDate>
			<dc:creator>sheebah</dc:creator>
			<guid isPermaLink="false">98524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick!!!! Appreciate it so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replete Theme - Few Questions"</title>
			<link>http://www.kriesi.at/support/topic/replete-theme-few-questions#post-98414</link>
			<pubDate>Mon, 25 Feb 2013 20:17:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I will try to answer your questions, but if I get something wrong, please reply with a url to your site since I will use the demo to model the code. &#60;/p&#62;
&#60;p&#62;All the css code below needs to be added to Quick CSS which is located in the admin area .. Replete &#38;gt; Theme Options &#38;gt; Styling ... the text area at the bottom of the page.&#60;/p&#62;
&#60;p&#62;1) headings homepage color&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_color .dynamic-title .dynamic-heading {
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) styling links footer&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .socket_color a {
color: green; /* this is the color of link when mouse is not touching the link */
}
#top .socket_color a:hover {
color: blue; /* this is the color for the hover when mouse is over link */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) float navigation left ... It is alligned to left &#60;a href=&#34;http://www.kriesi.at/themes/replete/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/replete/&#60;/a&#62; i will assume you meant float menu right&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: right !important;
}
#top .cart_dropdown {
right: initial !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheebah on "Replete Theme - Few Questions"</title>
			<link>http://www.kriesi.at/support/topic/replete-theme-few-questions#post-98355</link>
			<pubDate>Mon, 25 Feb 2013 10:37:46 +0000</pubDate>
			<dc:creator>sheebah</dc:creator>
			<guid isPermaLink="false">98355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, just a few quick questions to customise the site. How do I change color of the headings on the homepage? Where do I change the styling of the links in the footer and is it possible to move the main navigation text to align to the left, rather than the right. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
