<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Move Access Dropdown Menu to left</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 13:07:06 +0000</pubDate>

<item>
<title>craw on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20287</link>
<pubDate>Mon, 04 Apr 2011 20:46:34 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">20287@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks sowingseeds- just what i was looking for!
&#60;/p&#62;</description>
</item>
<item>
<title>ChristianJ on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20234</link>
<pubDate>Sat, 02 Apr 2011 08:03:04 +0000</pubDate>
<dc:creator>ChristianJ</dc:creator>
<guid isPermaLink="false">20234@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you all for the replies, they look promising. I will check them as soon as I have some time. I little busy right now. &#60;/p&#62;
&#60;p&#62;I'll be back soon!&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20198</link>
<pubDate>Fri, 01 Apr 2011 05:50:48 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">20198@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Craw. I have been able to do this through using the vertical css found at superfish site: &#60;a href=&#34;http://users.tpg.com.au/j_birch/plugins/superfish/#download&#34;&#62;vertical css&#60;/a&#62;. Made a few adjustments but started with the division id (here #side-menu) and added such as:&#60;br /&#62;
#side-menu .sf-menu, #side-menu .sf-menu li {&#60;br /&#62;
	width:	10em;&#60;br /&#62;
}&#60;br /&#62;
#side-menu .sf-menu li:hover ul,&#60;br /&#62;
#side-menu .sf-menu li.sfHover ul {&#60;br /&#62;
	left:	10em; /* match ul width */&#60;br /&#62;
	top:	0;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>craw on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20196</link>
<pubDate>Fri, 01 Apr 2011 03:27:45 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">20196@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;ChristianJ- sorry to change the subject but how did you get the sub menu to pop out to the right of the menu? I'm trying to do the same and I'm having trouble. &#60;/p&#62;
&#60;p&#62;Any help would be appreciated. Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20186</link>
<pubDate>Thu, 31 Mar 2011 18:51:45 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">20186@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Great that you managed to move the menu! Then you already know most of what you need to know. If you take a look at &#60;a href=&#34;http://visualizing.thematic4you.com/,&#34; rel=&#34;nofollow&#34;&#62;http://visualizing.thematic4you.com/,&#60;/a&#62; you can see the different places where you can add stuff. I think the hook you are looking for is &#60;code&#62;thematic_abovemainasides&#60;/code&#62;. &#60;/p&#62;
&#60;p&#62;This goes in your functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// start with removing the access div from header
function childtheme_remove_access(){
  remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;childtheme_remove_access&#38;#39;);

// and then add the access div to the hook you want
add_action(&#38;#39;thematic_abovemainasides&#38;#39;,&#38;#39;thematic_access&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am using 2c-r-fixed.css, and I have also moved the access div to the sidebar using this technique. Keep in mind though, that technically it will not be &#60;em&#62;inside&#60;/em&#62; the container but floated &#60;em&#62;next&#60;/em&#62; to it. You might have to tweak the css a bit, giving the access div the same properties as the #primary div. Otherwise it will probably end up underneath the container since the sidebars comes after the container in the source code.
&#60;/p&#62;</description>
</item>
<item>
<title>ChristianJ on "Move Access Dropdown Menu to left"</title>
<link>http://themeshaper.com/forums/topic/move-access-dropdown-menu-to-left#post-20179</link>
<pubDate>Thu, 31 Mar 2011 15:10:28 +0000</pubDate>
<dc:creator>ChristianJ</dc:creator>
<guid isPermaLink="false">20179@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I've been struggling on this problem for a while now and searched everywhere. I just started with Thematic and it's very nice. &#60;/p&#62;
&#60;p&#62;I'm working on a site for a client. I'm migrating the existing site to Wordpress. I have to make the drop down menu vertical and move it to the left. Make it vertical is already done.&#60;/p&#62;
&#60;p&#62;This site: &#60;a href=&#34;http://www.praktijkvoorpaardenosteopathie.nl/&#34; rel=&#34;nofollow&#34;&#62;http://www.praktijkvoorpaardenosteopathie.nl/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am using the 3c-fixed.css layout right now and managed to move the menu to thematic_abovecontainer. But the menu is above the container. It have to be inside, aligned with the rest of the content, if you know what I mean. Is there a way to move the menu to the left primary widget area?&#60;/p&#62;
&#60;p&#62;Is there anybody out there who can help to accomplish this? &#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;/p&#62;
&#60;p&#62;PS: Sorry for my bad english. I am from the Netherlands :-)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
