Columns not working
-
Columns are not working with vertical mega menu. The following css is overriding the 1/3 and 1/2 column widths:
#quadmenu.quadmenu-is-vertical:not(.quadmenu-is-horizontal) [class*=”col-“], #quadmenu.quadmenu-is-offcanvas:not(.quadmenu-is-horizontal) [class*=”col-“] {
max-width: 100%!important;
width: 100%!important;
float: none;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-left: 0;
padding-right: 0;
}How do I disable or override this CSS? Or, what settings to I need to adjust in the admin panel.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Columns not working’ is closed to new replies.