This topic has 6 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Olga Barlow
Hi,
I was wondering if it is possible to add an extra column to the mega menu. Now it is set to a maximum of 6, but my client needs 7 columns in order to fit all product categories on one row.
Is this possible to achieve?
Hello,
You can set mega menu columns number to 6 but add 7 items and set the custom width for every column, the sum of these custom widths should be 100%, then you’ll get 7 columns in one row.
Regards
Hi Olga,
Thnx for your prompt reply. I have done what you suggested, but now I am wondering if it is possible to set the container of the mega menu to full width as some of the menu items are using 2 lines instead of one. This because the column is small.
Hope you can help me out again.
Thx for your help.
Regard
Hello,
You can use custom CSS and make mega menu container larger
@media only screen and (min-width: 992px){
.item-design-mega-menu.columns-6 .nav-sublist-dropdown, .menu-element .item-design-mega-menu.columns-6 .nav-sublist-dropdown {
width: 1415px;
}}
But maybe it would be better to change column width for the item that is smaller and for the menu item that is larger http://prntscr.com/ikj8nw
Regards
Hi Olga,
Thx for your excellent support.
Regards,
Johan
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up