-7
The multiple menu API has a box for defining the width of each column (the column width of the sub-menu). If you need a specific width for one of the multi-column, you can implement it as below:
- by inline style:
<div class="column" style="width:210px;text-align:center;"> - or by another class: For example:
<div class="column cls1">
And specify the desired width for cls1 in the CSS file: ddmenu.css.