Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Mega Menu - Full Width of Parent Element?

Home Forums Older releases 0.9.x Mega Menu - Full Width of Parent Element? Reply To: Mega Menu - Full Width of Parent Element?

#2595
jimbob
Participant

Just enhance the second css with “height ….” and you will get a wonderful, wonderful mega menu in smartmenu. The height is unfortunately fixed in this solution. Got no solution for a variable height, depending on the number of menu items – maybe someone else :o) .

#main-menu > li {
position:static !important;

}
#main-menu > li > ul {
margin-left:0 !important;
right:0 !important;
width:auto !important;
max-width:none !important;

height: 100px;
-webkit-column-count: 6;/*6= number of columns you like to have in your mega menu*/
-moz-column-count:6;
column-count: 6;
}