Knowledge Base support case for AllWebMenus Pro, abstracted and stripped of all user’s private info.
Initial Email From: Jason
Initial Email Subject: Menu item spacing
Support Case Month: April 2014
Is there a way to control the width of each menu item individually? I want the longer items to be wider and smaller to be less wide. The padding would be the same and the space between the items would be the same only the width of each item would change. Right now the width of the largest item is the same as the smallest. For example:
As it is now:trailer movie Inferno
{ LONGER ITEM SIZE } { SMALLER ITEM } { TINY }
What I want to do:
{ LONGER ITEM SIZE } { SMALLER ITEM } { TINY }
Thanks,
Jason
Reply From: Likno Customer Support
Hello Jason,
Just uncheck this option and you will have exactly what you want! 

Kind Regards,
Aris
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Tags: css menu, javascript menu, menu item, spacing, width
Knowledge Base support case for AllWebMenus Pro, abstracted and stripped of all user’s private info.
Initial Email From: Michael
Initial Email Subject: spacing between main times
Support Case Month: April 2014
I'm using Dreamweaver and everything seems to be working except for just one thing. I cannot get the spacing between the main items to be zero distance no matter what I do with border (none) or padding (tried different things including 0). It's puzzling, the subitems are butted right against each other.
Thanks for any advice.
Reply From: Likno Customer Support
Hello Michael,
Please, go to Style Editor -> Main Group Style -> Distance Between Items and make sure it is set to 0.

In case this is correct and the issue still occurs please export and send me your project file, so that we can have a better look at the problem.
This is what you should do to export your project into a ZIP file and then email this ZIP to us.

Also, please send me the URL where I can see the menu live.
Thank you.
Kind Regards,
Aggelos Tsakonas
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Michael
Hi Aggelos,
I had it set to zero, but under the Main Items Style I did not have all 3 paddings at zero. So apparently the padding defaults to the largest case. Once I set all 3 padding to 0,0,0,0 the issue resolved.
Thanks for getting back to me.
Like the product (I’m new to website creation).
Michael
Tags: border, css menu, distance, javascript menu, menu items, padding, spacing, style+, subitems
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Russell
Initial Email Subject: Sub menus alignment
Support Case Month: May 2012
Hi
The menu I have set up has the sub menus placed directly under the main menu and then directly under each other in the allwebmenus preview. When I upload it to the URL above, the sub menus space themselves out (about 1cm between each).
Please could you advise which settings will correct this:
Thanks
Russell
Reply From: Likno Customer Support
Dear Russell,
There is a CSS issue in your page that causes this problem. I found the following code in your “main.css”:
.gearbox-main-box-content-text table, th, td
{
background-color:;
height:50px;
padding-top:5px;
padding-left:10px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;
line-height:16px;
}
The problem is with the selector which currently affects ALL <th> and <td> elements in your page.
To correct the problem you should change it from:
.gearbox-main-box-content-text table, th, td
To:
.gearbox-main-box-content-text table, .gearbox-main-box-content-text th, .gearbox-main-box-content-text td
Oh, and you may want to change the:
background-color:;
to:
background-color: transparent;
(assuming that this is what you want it to be and you did not delete a color by mistake)
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Russell
Hi Kosta
Thanks, that’s a great help, I will remember to check the css next time I have any issues.
Thanks very much.
Regards
Russell
Tags: alignment, CSS, css menu, drop-down menu, elements, javascript menu, jquery, main menu, Menu, page, preview, selector, sliding menu, spacing, submenu, td, th, URL, website