Hi
I trt to make a mega menu but it is not as with as te main menu and the font is verry big.
How can I fix the with and change the font size off the mega menu.
I am developing the site on my local machine. Please look at the screenshot what i meen.
WIth regards
Michel
Hey!
Can you post a screenshot of the backend view?
Best regards,
Josue
Hey!
Currently your menu items are set to be displayed as menu titles. Please add titles instead of your menu items and place your menu items on 3rd level – http://i.imgur.com/rDN39zp.png?1
For more information, please see – http://vimeo.com/92503669
Regards,
Yigit
Hi!
Please review your website now. I have created one example in your menu
Best regards,
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under General Styling tab to limit height of dropdown menu to 500px and add a scrollbar to it
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: scroll;
}
Cheers!
Yigit