WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: skronken on November 30, 2009, 08:31:25 PM
-
Hello.
I'm looking for an easy way to have a line break in the middle of the menu.
I'm using show_menu2.
Example:
Home Media Blog
Contact Links Partners
I've tried a couple of things but I cant figure it out.
Do you have any ideas?
-
Use the multiple menu feature of WB ... maybe that one helps you to achieve the correct results.
cheers
Klaus
-
Thanks for the answer.
I have tried that, but I can't say that I fully understand that function.
But i'll take a second look! :-)
-
Have a look here: http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php
cheers
Klaus
-
It works great now, just what I wanted.
But all of a sudden I get these black dots before every menu-item;
(http://img18.imageshack.us/img18/6044/dotsu.jpg)
I've checked the CSS and it's nothing wrong there.
Does this require a new post? Either way I don't want the dots :)
-
It works great now, just what I wanted.
But all of a sudden I get these black dots before every menu-item;
(http://img18.imageshack.us/img18/6044/dotsu.jpg)
I've checked the CSS and it's nothing wrong there.
Does this require a new post? Either way I don't want the dots :)
Then tell the menu ul and li to have no dots. If your menu has ID "menu", it may be for example:
#menu ul, #menu li {list-style-type:none;}