<?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: evenly - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/evenly</link>
		<description>Support Forum - Tag: evenly - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 19:02:01 +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/evenly" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-111240</link>
			<pubDate>Wed, 15 May 2013 02:32:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi emil,&#60;/p&#62;
&#60;p&#62;I believe the code itself will change based on the language. So you can then target that class selector and change the menu that is within the produced class.&#60;/p&#62;
&#60;p&#62;So if you add that in, the header ID will have a class along with it to target.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sturmdrang on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-111087</link>
			<pubDate>Tue, 14 May 2013 11:28:42 +0000</pubDate>
			<dc:creator>sturmdrang</dc:creator>
			<guid isPermaLink="false">111087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;The line of code in my header looks like this:&#60;br /&#62;
&#38;lt;div class='container_wrap header_color &#38;lt;?php avia_is_dark_bg('header_color'); ?&#38;gt;'&#38;gt;&#60;br /&#62;
Do I only need to replace it with this:&#60;br /&#62;
&#38;lt;div class='container_wrap header_color &#38;lt;?php avia_is_dark_bg('header_color');.&#34; &#34;.ICL_LANGUAGE_CODE;?&#38;gt;'&#38;gt;&#60;br /&#62;
or do I make a duplicate for each languange? And how would the css look like if i need english and swedish as languages?&#60;br /&#62;
I'm a bit lost and seems like I missing something.&#60;/p&#62;
&#60;p&#62;Would u be kind to give me a hint?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
/emil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-110415</link>
			<pubDate>Fri, 10 May 2013 17:18:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">110415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You could use media queries: &#60;a href=&#34;http://webdesignerwall.com/tutorials/css3-media-queries&#34; rel=&#34;nofollow&#34;&#62;http://webdesignerwall.com/tutorials/css3-media-queries&#60;/a&#62; to make it responsive (eg set the padding to 0 for small devices). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-110292</link>
			<pubDate>Fri, 10 May 2013 09:06:07 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">110292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I'm trying to do the same thing as emil where the menu spreads fullwidth across the entire width of the site. &#60;/p&#62;
&#60;p&#62;I don't need the language fix - is there a better way than emils temp fix? &#60;/p&#62;
&#60;p&#62;emils site seems to be not responsive but mine needs to remain responsive. &#60;/p&#62;
&#60;p&#62;Many Thanks&#60;/p&#62;
&#60;p&#62;pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-109709</link>
			<pubDate>Wed, 08 May 2013 10:46:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add a (language dependent) class to the header - eg replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;#39;header&#38;#39; class=&#38;#39; header_color &#38;lt;?php avia_is_dark_bg(&#38;#39;header_color&#38;#39;); echo &#38;quot; &#38;quot;.$headerMenu; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;#39;header&#38;#39; class=&#38;#39; header_color &#38;lt;?php avia_is_dark_bg(&#38;#39;header_color&#38;#39;); echo &#38;quot; &#38;quot;.$headerMenu.&#38;quot; &#38;quot;.ICL_LANGUAGE_CODE; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards you can use this class to add different paddings to your menus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sturmdrang on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-109673</link>
			<pubDate>Wed, 08 May 2013 08:52:42 +0000</pubDate>
			<dc:creator>sturmdrang</dc:creator>
			<guid isPermaLink="false">109673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again!&#60;/p&#62;
&#60;p&#62;We solved it temporary by adding padding to:&#60;/p&#62;
&#60;p&#62;.main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
    padding: 0px 2.02em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;since we could'nt get the &#34;lenashore-fix&#34; to work.&#60;/p&#62;
&#60;p&#62;The &#34;padding-fix&#34; works until now when we need to put &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; on the website and add another language with a different menu.&#60;/p&#62;
&#60;p&#62;So I guess we need to work around it some how?&#60;br /&#62;
Would be grateful if you ca give me any hints on how to do it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.alesco.se/&#34; rel=&#34;nofollow&#34;&#62;http://www.alesco.se/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
/emil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-79925</link>
			<pubDate>Tue, 16 Oct 2012 07:49:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi emil,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? don't remove the code you have added yet, so we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sturmdrang on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-79770</link>
			<pubDate>Mon, 15 Oct 2012 08:29:50 +0000</pubDate>
			<dc:creator>sturmdrang</dc:creator>
			<guid isPermaLink="false">79770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Is there any neat way to make the main menu evenly spread over the page? I tried to add this fix, that works on other themes i tried, but I don’t get it to work for this theme. &#60;a href=&#34;http://www.lenashore.com/2012/tutorials/wordpress/wordpress-css-how-to-create-an-automatically-evenly-spaced-menu/&#34; rel=&#34;nofollow&#34;&#62;http://www.lenashore.com/2012/tutorials/wordpress/wordpress-css-how-to-create-an-automatically-evenly-spaced-menu/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also tried spread it thru set the padding on the li. But it only works for some browsers, cause the text grows and the last menu item pops down on an new line.&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
/emil
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
