<?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 - Tag: secondary header menu - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/secondary-header-menu</link>
		<description>Support Forum - Tag: secondary header menu - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:56:33 +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/tags/secondary-header-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-93291</link>
			<pubDate>Thu, 24 Jan 2013 19:32:42 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">93291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys! it works great now! &#60;/p&#62;
&#60;p&#62;(P.D.: Sorry for creating two treats about this subject, my mistake :))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-93212</link>
			<pubDate>Thu, 24 Jan 2013 12:28:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is no need for you to ever find rules, just drop the new rules at the end of your custom.css file or enter them on the bottom of Quick CSS which is located in the back end  if you follow thee buttons -&#38;gt; Choices &#38;gt; Theme Options &#38;gt; Styling ... at the bottom of the page is the Quick CSS and that is where you would paste the code block above.&#60;/p&#62;
&#60;p&#62;On the iPhone it makes little sense to keep the menu as is since it will become difficult to use due to the size constraints. The menu automatically is converted into a a drop down navigation select box which is already optimized for multiple smartphone screen sizes.&#60;/p&#62;
&#60;p&#62;If you are interested in scanning the theme files to look for specific css or html structures, just download the free notepad++ ( &#60;a href=&#34;http://notepad-plus-plus.org/download/v6.2.3.html&#34; rel=&#34;nofollow&#34;&#62;http://notepad-plus-plus.org/download/v6.2.3.html&#60;/a&#62; ) and after installing , download a copy of the theme to your local desktop. Using Note++ do a Find on the entire folder and sub-folders and you will be shown the line numbers wherever the term is used that interest you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92841</link>
			<pubDate>Tue, 22 Jan 2013 15:14:55 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">92841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin! &#60;/p&#62;
&#60;p&#62;Thanks for your response, but I can not find where should I change this rule. Can you just point the right direction to it?&#60;/p&#62;
&#60;p&#62;Also, I would like that my logo partner list links to open in a blank page, I tried to add some simple html code to the link field in my frontpage template builder but it didn't work. Can you please let me know how to change this? I'm working hard to have this site ready to launch this weekend.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92292</link>
			<pubDate>Fri, 18 Jan 2013 18:24:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mctt,&#60;/p&#62;
&#60;p&#62;There isn't a need to define the height and width of the #header_sub_menu that I can see. Removing them does help alignment a bit however.&#60;/p&#62;
&#60;p&#62;On layouts below max-width of 767px, the sub menu class gets display:none added to it. To remove that, you should add a new rule to overwrite it. Ex:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
  .sub_menu {
  display: none;
  }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can work on styling it for the various layouts. Even just adding a right padding or margin to the .sub_menu will get it looking like it belongs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92134</link>
			<pubDate>Thu, 17 Jan 2013 21:10:11 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">92134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
In the website I'm working on I have added a secondary menu on the header (you can see it here --&#38;gt; themconcept.michtormos.ca)&#60;br /&#62;
This new menu looks great in iPad when horizontal but it gets cutted when vertical and it desapears in the iphone.&#60;br /&#62;
I really would like to know how to make it &#34;responsive&#34;.&#60;br /&#62;
And another question, is this menu going to be a problem when I install &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; and the translation buttons?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
