Hello,
I've been working on this for a few hours, but have been unsuccessful so far. I'm trying to do this:
Where the menu boxes are automatically resized to the size of the space, so if more menu items are created, or words are changed, it won't matter since the menu will just resize.
Here is the code I'm using:
Code: |
/* ########################## ari ext menu width ########################### */
#ariext94 LI.ux-menu-item-level-0
{
width: 100% !important;
hight: 50px !important;
}
UL#ariext94 LI.ux-menu-item1
{
width: 100% !important;
hight: 50px !important;
}
UL#ariext94 LI.ux-menu-item1 A
{
text-align: center;
}
UL#ariext94 LI.ux-menu-item-level-1
{
width: 137px;
}
|
However this is resizing all of the menu boxes to the width of the module, rather than the whole menu to the width of the module, with all of the menus inside spaced evenly.
Do you have any idea how I can achieve this? I would rather stay away from width = so-and-so if possible so the menu can be resized on the fly.
Thank you for your assistance!!