If you look at the menu, there is space to the left and the right of the navbar. I want the 6 tabs of the navbar to be distributed from the left side to the right side, full width.
also, the navbar menu, after user login has 12 tabs on the navbar. I want to achieve the same full width distribution of the tabs on the navbar.
Here is the css that i was provided by support a couple weeks ago. as you can see, there are 2 different menus. in order to achieve equal distribution of the tabs, the 8.333% and 16.444% values were used.
not sure why the css is no longer working.
/*
// to fix UberMenu width Issues
*//
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1{
padding-top:10px;
padding-bottom:10px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item{
padding-top:0;
padding-bottom:0;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item:hover > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item > a:hover{
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}
#ubermenu-main-346-primary-2 {
background-color: #ffffff;
background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#dbdbdb));
background: -webkit-linear-gradient(top,#ffffff,#dbdbdb);
background: -moz-linear-gradient(top,#ffffff,#dbdbdb);
background: -ms-linear-gradient(top,#ffffff,#dbdbdb);
background: -o-linear-gradient(top,#ffffff,#dbdbdb);
background: linear-gradient(top,#ffffff,#dbdbdb);
}
#ubermenu-main-346-primary-2 ul.ubermenu-nav > li.ubermenu-item{
width:16.6666%;
text-align:center;
}
.logged-in #ubermenu-main-346-primary-2 ul.ubermenu-nav > li.ubermenu-item{
width:8.33333%;