Hi,
I would like to increase the columns of the mega menu to 5 or 6. Is this possible without changing the code, and if not, do you have a tip where to do it?
Best regards
Andreas
Hi,
I would like to increase the columns of the mega menu to 5 or 6. Is this possible without changing the code, and if not, do you have a tip where to do it?
Best regards
Andreas
Hi,
I'm not sure if there is an easy way to increase the mega menu columns. You can try this on your custom.css
.avia_mega_hr {
display: none;
}
.avia_mega_menu_columns_4 {
width: 150px!important;
padding: 10px!important;
overflow: hidden;
}
Regards,
Ismael
Thanks for this!
Seems to be the right way, but unfortunately the last (fifth) column has different width/margins/paddings. Tried to find the instances to change - but couldn't find them.
Also: I have two mega menus, but want to change only one of them. Is this possible?
Thank you
Andreas
Hi!
1) Can you post a link to your website please
2) Yes - every menu has an unique id which can be used for individual css styling code.
Regards,
Peter
Hello Peter,
Thank you, but I convinced the client to remain with the four columns, so I set back the code.
If he changes his mind I will come back to you.
Thanks again,
Andreas
Hey,
Let us know. :)
Regards,
Ismael
You must log in to post.