<?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: HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &#38; MAKE BIGGER GAP AT BOTTOM OF SLIDER?</title>
		<link>http://www.kriesi.at/support/topic/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider</link>
		<description>Support Forum - Topic: HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &amp; MAKE BIGGER GAP AT BOTTOM OF SLIDER?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:35:19 +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/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &#38; MAKE BIGGER GAP AT BOTTOM OF SLIDER?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider#post-61789</link>
			<pubDate>Fri, 22 Jun 2012 21:18:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tristan,&#60;/p&#62;
&#60;p&#62;You can do something like:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;extramenu&#38;quot;&#38;gt;&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;menu item&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;br /&#62;
Put that just before the&#60;br /&#62;
&#60;code&#62;&#38;lt;h1 id=&#38;#39;logo&#38;#39;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;With the css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.extramenu {
position: absolute;
right: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for the menu, I didn't realize Cubit didn't use the wordpress menu option so you'll need to add a new list item into the ul id=&#34;nav&#34; in the header.php. So just add the new list item right after:&#60;br /&#62;
&#60;code&#62;wp_list_pages(&#38;#39;title_li=&#38;amp;sort_column=menu_order&#38;amp;&#38;#39;.$main_menu_query); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It will look like:&#60;br /&#62;
&#60;code&#62;&#38;lt;li &#38;lt;?php if(is_page(##)){ echo &#38;quot;class=&#38;#39;current_page_item&#38;#39; &#38;quot;;}?&#38;gt;&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;Title&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where the ## is the page ID of the link.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkp19 on "HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &#38; MAKE BIGGER GAP AT BOTTOM OF SLIDER?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider#post-61628</link>
			<pubDate>Fri, 22 Jun 2012 08:06:30 +0000</pubDate>
			<dc:creator>tkp19</dc:creator>
			<guid isPermaLink="false">61628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for your reply, that piece of code did the trick. &#60;/p&#62;
&#60;p&#62;The links in the top right issue - could you provide me with a piece of CSS and the div tags for me to put on the site - i will play with the aligning values until they are about right? - also, where in the header.php would i put this div.&#60;/p&#62;
&#60;p&#62;When I add a custom link to the custom menu's it makes no difference to my navigation?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Tristan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &#38; MAKE BIGGER GAP AT BOTTOM OF SLIDER?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider#post-61456</link>
			<pubDate>Thu, 21 Jun 2012 16:48:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tkp19,&#60;/p&#62;
&#60;p&#62;You'll need to open up the header.php file and then add your own div and menu to the layout there. Then add the css to position it to the style.css. Unfortunately its not something we can provide the code for as it would require quite a bit of back and forth to get it specific to your needs.&#60;/p&#62;
&#60;p&#62;To make the gap bigger on the home page, you can modify the following in your style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#frontpage #head {
height: 425px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Changing that value to 445px should do it.&#60;/p&#62;
&#60;p&#62;You should be able to add static menu items to your menu from the Menus manager in wordpress. Just go to Appearance&#38;gt;Menus and add a Custom Link using the URL.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkp19 on "HOW DO I: GET LINKS AT TOP RIGHT OF PAGE &#38; MAKE BIGGER GAP AT BOTTOM OF SLIDER?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-links-at-top-right-of-page-make-bigger-gap-at-bottom-of-slider#post-61423</link>
			<pubDate>Thu, 21 Jun 2012 13:48:42 +0000</pubDate>
			<dc:creator>tkp19</dc:creator>
			<guid isPermaLink="false">61423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've made a shopping cart with WooCommerce on my site, all working great, except i want to make some static links at the top right of the page - how do I do that?&#60;/p&#62;
&#60;p&#62;I also want to make a bigger gap between the slider and the info boxes - you'll see what I mean.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.pendantalarms.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.pendantalarms.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;** Also, how do I add a static link to my navigation menu?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
