<?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: Menu customization wanted (width, height, alignment)</title>
		<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment</link>
		<description>Support Forum - Topic: Menu customization wanted (width, height, alignment)</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:03:03 +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/menu-customization-wanted-width-height-alignment" rel="self" type="application/rss+xml" />

		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-70659</link>
			<pubDate>Sun, 12 Aug 2012 07:49:05 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">70659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, I adjusted the width, and now it fits. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-69854</link>
			<pubDate>Tue, 07 Aug 2012 19:04:22 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;The padding I believe is the main change so if you want to adjust the size of the containers that would be the number to try. Though the sub menu items have an additional width property that you can play with. In your style.css look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav li ul a{
width:150px;
height:auto;
float:left;
text-align:left;
padding:0 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-69355</link>
			<pubDate>Sat, 04 Aug 2012 19:33:04 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">69355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks! Thats better. Since I dont understand to much of the code, which values should I play with to get it fit just perfect?&#60;/p&#62;
&#60;p&#62;Have another look, there are still some glitches...&#60;/p&#62;
&#60;p&#62;Best Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-69289</link>
			<pubDate>Fri, 03 Aug 2012 19:02:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;In:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.catnav li:last-child,
.catnav li:last-child a {
   border: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove the &#34; !important &#34; so that the sub-nav child list items still get the border. Just make sure to leave the rest of it. &#60;/p&#62;
&#60;p&#62;Next you'll need to add the following CSS as well:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav li ul ul {
left: 160px;
top:-1px;
}
.sub-menu li a {
padding: 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should get the sub menus adjusted a bit better.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68783</link>
			<pubDate>Wed, 01 Aug 2012 19:27:30 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">68783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh no! It look so terrible now.Please have a look an help me ;-(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kletterbericht.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.kletterbericht.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68767</link>
			<pubDate>Wed, 01 Aug 2012 18:26:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately I don't think there is an easy way to get the sub menus to conform to the same width as the parent since they don't have a defined value.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68765</link>
			<pubDate>Wed, 01 Aug 2012 18:15:09 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">68765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! It works.&#60;/p&#62;
&#60;p&#62;Thanks a lot.&#60;/p&#62;
&#60;p&#62;Do you have a solution for issue #3? Wit the current changes, the submenues look even worth now: to much height.&#60;/p&#62;
&#60;p&#62;And by the way, talking of updating the theme, I would like to recommend to do so!&#60;br /&#62;
I set up a blog with the sentence theme and compared to that newscast seem a bit outdated! There are a lot of nice features in Sentence that I am already missing in newscast...&#60;/p&#62;
&#60;p&#62;Pleaz!!!! ;-)&#60;/p&#62;
&#60;p&#62;Best Boris&#60;/p&#62;
&#60;p&#62;And thanks again! I love your support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68743</link>
			<pubDate>Wed, 01 Aug 2012 16:48:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi alconsulting,&#60;/p&#62;
&#60;p&#62;My mistake! I should have said add them both to the very bottom of your style.css! Yes, deleting the other block would cause issues. Alternatively, you could add to the current set of attributes but adding at the end of the file will make it easier to back up in case of updating the theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68736</link>
			<pubDate>Wed, 01 Aug 2012 16:08:20 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">68736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;#2 worked just finde.&#60;/p&#62;
&#60;p&#62;#1 screws up everything. (The menu is complete deleted and the menutext is right next to each other - look awful) ;-)&#60;/p&#62;
&#60;p&#62;So replacing the whole bloc&#60;br /&#62;
from .catnav li a{&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;cannot be right.&#60;/p&#62;
&#60;p&#62;Can you instruct me more precisely, please?&#60;/p&#62;
&#60;p&#62;Which part do I need to replace?&#60;/p&#62;
&#60;p&#62;Hope you don't need a screenshot. ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68707</link>
			<pubDate>Wed, 01 Aug 2012 14:53:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;You can either replace it in the case of #1, and with #2 add it to the very bottom of your Style.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68701</link>
			<pubDate>Wed, 01 Aug 2012 14:35:22 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">68701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;thanks, but for&#60;/p&#62;
&#60;p&#62;#1: what do I do with the existing code? Replace it?&#60;br /&#62;
Currently it looks like this:&#60;/p&#62;
&#60;p&#62;.catnav li a{&#60;br /&#62;
display:block;&#60;br /&#62;
float:left;&#60;br /&#62;
padding:13px 10px 10px 10px;&#60;br /&#62;
width:130px;&#60;br /&#62;
border: none;&#60;br /&#62;
text-decoration: none;&#60;br /&#62;
line-height: 33px;&#60;br /&#62;
outline: none;&#60;br /&#62;
min-height:30px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;and for #2: Where do I put this code to?&#60;/p&#62;
&#60;p&#62;Sorry, but I am no coder... ;-)&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68695</link>
			<pubDate>Wed, 01 Aug 2012 13:52:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68695@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;For #1:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.catnav li a {
   text-align: center !important;
   padding: 13px 13px 10px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For #2:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.catnav li:last-child,
.catnav li:last-child a {
   border: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for #3, I can't seem to find a working solution as of now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Menu customization wanted (width, height, alignment)"</title>
			<link>http://www.kriesi.at/support/topic/menu-customization-wanted-width-height-alignment#post-68518</link>
			<pubDate>Tue, 31 Jul 2012 15:04:26 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">68518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;I am sorry, because this is a basic coding question, but I am no php-coder, so I need to ask what to do precisely.&#60;/p&#62;
&#60;p&#62;This is my Newscast site: &#60;a href=&#34;http://www.kletterbericht.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.kletterbericht.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to customize the second menu as follows:&#60;/p&#62;
&#60;p&#62;1.) Center each menu-item&#60;br /&#62;
2.) Delete the last empty menu item (But still align with the accordion slider)&#60;br /&#62;
3.) Set the submenue-witdh to the same value of the parent menu item&#60;/p&#62;
&#60;p&#62;That's it.&#60;/p&#62;
&#60;p&#62;I already read the other support-threads and managed to adjust at least the height an witdth via style.css!  Whoopee ;-)&#60;/p&#62;
&#60;p&#62;Thanks for help!&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
