<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: move menu - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/move-menu</link>
		<description>WordPress.com Forums &#187; Tag: move menu - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 20:02:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/move-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1270337</link>
			<pubDate>Sat, 18 May 2013 12:00:17 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1270337@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I tried your recommendation to "try now" through the custom design and clicked on CSS, it would not allow me to do anything different than what I can already do.</p></blockquote>
<p>You also need to enter the CSS example from above into the editor in the Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel and it would let you preview any CSS changes. Did you do that?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1270064</link>
			<pubDate>Sat, 18 May 2013 01:04:56 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1270064@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you don't have the Custom Design upgrade you cannot make the header image display on one page only. What you can do is remove the header image (in Appearance &#62; Header) and insert it in the <em>content</em> of the page you've set as your front.
</p>
]]></description>
					</item>
		<item>
			<title>gnk1969 on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1270057</link>
			<pubDate>Sat, 18 May 2013 00:54:33 +0000</pubDate>
			<dc:creator>gnk1969</dc:creator>
			<guid isPermaLink="false">1270057@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi designsimply and I am sorry for such a late response. I tried your recommendation to "try now" through the custom design and clicked on CSS, it would not allow me to do anything different than what I can already do. the tabs are ok where they are I just thought the "static page" aka my home page would look better with them under the banner, if you have any more recommendations please let me know.</p>
<p>Speaking of the banner, if you don't mind giving some advice, how can I keep the banner on the "static page" aka my home page and eliminate it from all the rest of my pages which I am using as tabs. for example if you hit the "Am I an Addict" tab the screen slightly moves bc it is going to a different location but it doesn't look like it actually moved bc the banner is on all the pages, you would have to scroll down the page to see if you have actually navigated away to a different page. how can I eliminate the banner on all pages except my static page/home page?</p>
<p>George
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1257603</link>
			<pubDate>Mon, 06 May 2013 20:12:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My apologies! If you haven't purchased the custom design upgrade yet, then you need to go to Appearance → Themes → Customize → Custom Design first and click the "Try Now" button. Can you try that and then click on CSS?
</p>
]]></description>
					</item>
		<item>
			<title>gnk1969 on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1257551</link>
			<pubDate>Mon, 06 May 2013 19:34:40 +0000</pubDate>
			<dc:creator>gnk1969</dc:creator>
			<guid isPermaLink="false">1257551@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you designsimply. </p>
<p>Angrewxcpht responded with this: "It's not really possible to move them below the banner with this particular theme. If you do not like their location in this theme, you could try finding a theme that has them below the banner already, then adding Custom styles to that theme." </p>
<p>I tried doing this "Appearance → Themes → Customize → CSS panel" but I can not find the CSS panel. So perhaps the them I have "Academica" does not support this?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1257534</link>
			<pubDate>Mon, 06 May 2013 19:23:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257534@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can use absolute positioning to make a change like this. Note that it will depend on the height of your header always being the same (which it should). Here is an example you can start with, try adding this to your Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel and adjust the values to move the menu around on the page:</p>
<pre><code>#header {
	position: relative;
}
#main-nav {
	position: absolute;
	bottom: -480px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1253732</link>
			<pubDate>Fri, 03 May 2013 02:19:23 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1253732@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you talking about the "Home, Mission, Am I an..." links at the very top of the page? It's not really possible to move them below the banner with this particular theme.</p>
<p>If you do not like their location in this theme, you could try finding a theme that has them below the banner already, then adding Custom styles to that theme.
</p>
]]></description>
					</item>
		<item>
			<title>gnk1969 on "Moving tabs from top to bottom of Banner"</title>
			<link>http://en.forums.wordpress.com/topic/moving-tabs-from-top-to-bottom-of-banner#post-1253668</link>
			<pubDate>Fri, 03 May 2013 00:41:40 +0000</pubDate>
			<dc:creator>gnk1969</dc:creator>
			<guid isPermaLink="false">1253668@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I move the tabs I have created from the top of my banner to the bottom of banner to create more space at the top, using academica theme"
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving my menu CSS help"</title>
			<link>http://en.forums.wordpress.com/topic/moving-my-menu-css-help#post-1194304</link>
			<pubDate>Mon, 25 Mar 2013 17:38:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1194304@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, sorry, but the designer in me wants out. :)</p>
<p>Make the following changes. Add margin-top to the #branding group and then make #access look like the below. This gives a touch of white space above the site title image, which I think looks better. See what you think.</p>
<pre><code>#branding hgroup {
margin-top: 10px;
}

#access {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 141px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving my menu CSS help"</title>
			<link>http://en.forums.wordpress.com/topic/moving-my-menu-css-help#post-1194299</link>
			<pubDate>Mon, 25 Mar 2013 17:34:54 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1194299@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In your custom CSS, make #access look like this:</p>
<pre><code>#access {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 131px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jenniferflanigan1234 on "Moving my menu CSS help"</title>
			<link>http://en.forums.wordpress.com/topic/moving-my-menu-css-help#post-1194092</link>
			<pubDate>Mon, 25 Mar 2013 15:28:30 +0000</pubDate>
			<dc:creator>jenniferflanigan1234</dc:creator>
			<guid isPermaLink="false">1194092@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to move my menu (About, Upcoming Races, etc.) above the large branding image of the person running with the stroller but keep it below the site-title. Could you help me with the CSS?</p>
<p>This is my site: <a href="http://push5k.wordpress.com/" rel="nofollow">http://push5k.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move navigation bar under the header - balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-under-the-header-balloon-theme#post-1192091</link>
			<pubDate>Sat, 23 Mar 2013 15:14:59 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1192091@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>hungryescapades on "Move navigation bar under the header - balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-under-the-header-balloon-theme#post-1192013</link>
			<pubDate>Sat, 23 Mar 2013 11:10:32 +0000</pubDate>
			<dc:creator>hungryescapades</dc:creator>
			<guid isPermaLink="false">1192013@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Brilliant. It worked. You are a star!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move navigation bar under the header - balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-under-the-header-balloon-theme#post-1191816</link>
			<pubDate>Sat, 23 Mar 2013 04:19:47 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1191816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since you have no content on your main page, it is a little difficult for me to help with this. Given that, this is my best guess, but it will not show correctly on your site till you get some content on the main page.</p>
<pre><code>.main-navigation {
position: absolute;
top: 125px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hungryescapades on "Move navigation bar under the header - balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-under-the-header-balloon-theme#post-1191728</link>
			<pubDate>Fri, 22 Mar 2013 23:47:17 +0000</pubDate>
			<dc:creator>hungryescapades</dc:creator>
			<guid isPermaLink="false">1191728@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey there,</p>
<p>I am a typical novice who has no idea about CSS,</p>
<p>Would be grateful if anyone could let me know how you move the navigation menu so it appears below the header.</p>
<p>Much appreciated!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move navigation bar in the theme twenty twelve below header image."</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-in-the-theme-twenty-twelve-below-header-image#post-1187240</link>
			<pubDate>Tue, 19 Mar 2013 16:07:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1187240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>teliofashionblog on "Move navigation bar in the theme twenty twelve below header image."</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-in-the-theme-twenty-twelve-below-header-image#post-1187215</link>
			<pubDate>Tue, 19 Mar 2013 15:44:29 +0000</pubDate>
			<dc:creator>teliofashionblog</dc:creator>
			<guid isPermaLink="false">1187215@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! It works :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move navigation bar in the theme twenty twelve below header image."</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-in-the-theme-twenty-twelve-below-header-image#post-1186633</link>
			<pubDate>Mon, 18 Mar 2013 22:20:54 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1186633@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Start with this and see what you think. I removed the top and bottom border lines from the menu and put it right at the bottom of the header image and the border extends the full width of the page rather than ending at the end of the menu items.</p>
<pre><code>.site-header {
position: relative;
}

.main-navigation {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
top: 275px;
width: 100%;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu &gt; ul {
border: medium none;
}

#main {
margin-top: 25px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>teliofashionblog on "Move navigation bar in the theme twenty twelve below header image."</title>
			<link>http://en.forums.wordpress.com/topic/move-navigation-bar-in-the-theme-twenty-twelve-below-header-image#post-1186583</link>
			<pubDate>Mon, 18 Mar 2013 21:20:41 +0000</pubDate>
			<dc:creator>teliofashionblog</dc:creator>
			<guid isPermaLink="false">1186583@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We are trying to move the homepage navigation on our blog so that it sits below the header image instead of above which is where it is now. Having the navigation above the header creates a disconnect for users, it interrupts the flow of the blog (people won't notice it or click as much).</p>
<p>Does anyone know how to do this?<br />
A wordpress customer service rep  helped us achieve this to a degree but them other text also moved- she said "I'm running into some issues with things bumping each other down the page". </p>
<p>Here is the code she used to move the navigation up originally as a test- maybe this can help.</p>
<p><code>/*&lt;br /&gt;
#site-navigation, .main-navigation {&lt;br /&gt;
	top: 220px;&lt;br /&gt;
	position: relative;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;img.header-image {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 0;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#main, footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	top: 200px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.entry-header .comments-link {&lt;br /&gt;
	display: none;&lt;br /&gt;
}*/</code>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change column width and move menu"</title>
			<link>http://en.forums.wordpress.com/topic/change-column-width-and-move-menu#post-1130849</link>
			<pubDate>Tue, 22 Jan 2013 20:10:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1130849@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is an example that will move the menu:</p>
<pre><code>#main {
	position: relative;
}

#access {
	position: absolute;
	top: 200px;
}</code></pre>
<p>And this is a starting point for changing the width of the main column.</p>
<pre><code>.type-page .container {
	padding: 60px 0 0 0;
}</code></pre>
<p>You should also adjust the content width value on the Appearance &#8594; Custom Design &#8594; CSS page after you decide on a main column width.
</p>
]]></description>
					</item>
		<item>
			<title>khm75 on "Change column width and move menu"</title>
			<link>http://en.forums.wordpress.com/topic/change-column-width-and-move-menu#post-1125897</link>
			<pubDate>Wed, 16 Jan 2013 18:05:38 +0000</pubDate>
			<dc:creator>khm75</dc:creator>
			<guid isPermaLink="false">1125897@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I purchased the customizable upgrade so that I could move the menu in Vertigo from the bottom to the top and make my one column fit the page, but I cannot figure it out.  Just adjusting the column width is not doing it.</p>
<p>Katherine
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Move header above menu in manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-header-above-menu-in-manifest-theme#post-1051991</link>
			<pubDate>Fri, 26 Oct 2012 17:58:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051991@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked out your site, and it looks like you've already figured this out by using the following CSS:</p>
<pre><code>#main-nav {
	top: 200px
}</code></pre>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>stellamoniq on "Move header above menu in manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-header-above-menu-in-manifest-theme#post-1048666</link>
			<pubDate>Tue, 23 Oct 2012 11:25:41 +0000</pubDate>
			<dc:creator>stellamoniq</dc:creator>
			<guid isPermaLink="false">1048666@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>I really need some help with moving my header above the menu bar in my manifest themed site. I've tried everything (i think). Please note that I'm really new to both wordpress and css. So if a kind soul out there wants to help me, please do not leave any details out. Thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the topics from the bottom of the header to the top"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-topics-from-the-bottom-of-the-header-to-the-top#post-1023379</link>
			<pubDate>Thu, 27 Sep 2012 06:47:28 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1023379@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To move the main menu above the header in the Twenty Eleven them (default layout option), add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#branding img {
	padding-top: 44px;
}
#access {
	position: absolute;
	top: 188px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>austinbhebe on "Moving the topics from the bottom of the header to the top"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-topics-from-the-bottom-of-the-header-to-the-top#post-1010551</link>
			<pubDate>Fri, 14 Sep 2012 19:32:12 +0000</pubDate>
			<dc:creator>austinbhebe</dc:creator>
			<guid isPermaLink="false">1010551@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I move the topics from the bottom of the header to the top?
</p>
]]></description>
					</item>
		<item>
			<title>travelbarefoot on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-866109</link>
			<pubDate>Tue, 17 Apr 2012 11:35:07 +0000</pubDate>
			<dc:creator>travelbarefoot</dc:creator>
			<guid isPermaLink="false">866109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>all done, thankyou!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865498</link>
			<pubDate>Mon, 16 Apr 2012 14:00:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865498@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. Bringing the widgets closer together so that there isn't all that dead white space between them.</p></blockquote>
<p>To remove spacing from between widgets in the Adventure Journal theme, start wtih this:</p>
<pre><code>#secondary .widget, #tertiary .widget {
min-height: auto;
padding-bottom: 0;
margin-bottom: 0;
}</code></pre>
<p>Adjust the numbers as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865496</link>
			<pubDate>Mon, 16 Apr 2012 13:59:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865496@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. Move the menu to below the header image and put my own background on it (removing the "paper" effect)</p></blockquote>
<p>How to do the spacing for a request like this will depend on how large the background image is that you want to put behind the menu. To get you started, here is an  example of CSS that will move the menu down below the header image with no background image:</p>
<pre><code>#menu-wrap,
#menu,
#nav-right {
    background: none;
}

#container2 {
position: relative;
}

#menu {
display: block;

position: absolute;
top: 390px;
left: 0;
}

#banner {
padding-bottom: 20px;
}</code></pre>
<p>To go from there, add in the background image to either #menu-wrap or #menu and then adjust the spacing and positioning as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865486</link>
			<pubDate>Mon, 16 Apr 2012 13:47:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wait a sec, I was looking at the site linked to your username which is <a href="http://barefootink.wordpress.com/" rel="nofollow">http://barefootink.wordpress.com/</a> and that's not using Adventure Journal, it's using Structure.</p>
<p>Looks like you're asking about <a href="http://inkedincolour.wordpress.com/" rel="nofollow">http://inkedincolour.wordpress.com/</a></p>
<p>Adventure Journal doesn't have the option I mentioned before, but you can use CSS to hide the entire site title and tagline area like this:</p>
<pre><code>#logo {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865485</link>
			<pubDate>Mon, 16 Apr 2012 13:44:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865485@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. Get rid of that title! How do I do it?</p></blockquote>
<p>Go to Appearance &#8594; Header and uncheck the option that says, "Show header text with your image."
</p>
]]></description>
					</item>

	</channel>
</rss>
