Column width settings no longer applied.
-
Hi.
We noticed this issue on several websites. Since early January the width styling for columns no longer works so menus no longer have collumns and everything is just stacked and full width. From what I can tell, this is the cause…In /wp-content/uploads/maxmegamenu/style.css it uses the following styling for the column widths of 4 columns… mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left; width: 25%;}
Note that it relies on the classname “mega-4-columns”. The culomns however don’t use that class name, they instead use “menu-columns-3-of-12” so the styling obviously is not applying.
In addition to that issue, if we manually add the class name this code form style.css would override it… mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 15px; width: 100%;}
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.