<?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: Move one navigation tab to the right</title>
		<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right</link>
		<description>Support Forum - Topic: Move one navigation tab to the right</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 05:24:12 +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/move-one-navigation-tab-to-the-right" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-91675</link>
			<pubDate>Tue, 15 Jan 2013 13:27:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not really sure what you mean. This is what I'm seeing when I view the site now:&#60;br /&#62;
&#60;img src=&#34;http://i49.tinypic.com/1fcu40.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;The issue I'm running into that I don't see a possible solution for is that on a smaller screen the sub menus on that item expand beyond the visible page. You may want to remove the &#34;E-Course&#34; sub menu as it isn't visible on resolutions below 1400px-ish wide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-91546</link>
			<pubDate>Mon, 14 Jan 2013 18:58:30 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">91546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We are almost there!&#60;/p&#62;
&#60;p&#62;As of right now, I just have this code added: &#60;/p&#62;
&#60;p&#62;#top .main_menu .avia_mega li#menu-item-203{&#60;br /&#62;
float: right;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It is justified right but I don't want it below the regular navigation as it is placed now. Also, it seems to hop around (and sometimes the FAQ disappears) when clicking on other pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-91250</link>
			<pubDate>Sat, 12 Jan 2013 07:34:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sheathman,&#60;/p&#62;
&#60;p&#62;It looks like the combination of both of them has the Login button and dropdown positioned on the right of the menu now. Perhaps it was a cache issue that prevented you from seeing the change before or maybe you changed the css a bit? Either way, it looks correct on my end now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-91185</link>
			<pubDate>Fri, 11 Jan 2013 19:51:27 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">91185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Neither of these do anything when I post in the custom CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-90775</link>
			<pubDate>Wed, 09 Jan 2013 10:30:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to float the menu item to the right - i.e. add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .avia_mega li#menu-item-203{
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-90755</link>
			<pubDate>Wed, 09 Jan 2013 07:27:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can't easily move it to the right because of the submenu.&#60;/p&#62;
&#60;p&#62;This is what will happen when you move it. Please add this code on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-203 {
margin-left: 600px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now hover on your login menu.&#60;/p&#62;
&#60;p&#62;Anyway, let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Move one navigation tab to the right"</title>
			<link>http://www.kriesi.at/support/topic/move-one-navigation-tab-to-the-right#post-90723</link>
			<pubDate>Wed, 09 Jan 2013 01:01:16 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">90723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to move my login navigation menu item to the right side of the navigation menu so it is separated from the others. Can you show me the code to justify it right?&#60;/p&#62;
&#60;p&#62;Here is my home page so you can see how my navigation is set up now: &#60;a href=&#34;http://www.studioforimageprofessionals.com&#34; rel=&#34;nofollow&#34;&#62;http://www.studioforimageprofessionals.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
