Tagged: mega menu
Hi there;
I got a problem with appearance of my menus when I try to use mega menu;
I did exactly like in this tutorial: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/ but on every menu item the bullet and the texts are on a separate line, the horizontal padding is huge and the menu looks way too big (something like 4 lines for each menu item)
My menu options are exactly like in the video tutorial…
Thanks for help.
I post address & credentials in private content, thanks for your rapid answer!
Hi!
Please go to wp-content/themes/enfold/functions-enfold.php file via FTP and find
$html .= " #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a,";
and change it to
$html .= " #top #header_main > .container, #top #header_main > .container .main_menu > ul:first-child > li > a,";
I could not make the changes as file is not writable on WordPress backend.
Cheers!
Yigit
Hi Yigit;
Thanks, it works just fine :)
One last thing if you please, what’s the right code for me to change font size in mega menu items, I’d like it a little bit bigger as it seems to be 11 or 12px and it’s a bit tiny…
Thanks for your time and efforts!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div .avia-menu-text {
font-size: 14px;
}
Regards,
Yigit
Works like a charm! Top-notch support as always, thanks you very much :)
You may now close this topic as my problems are solved, all that in less than 2 hours, do I need more..?
Thanks again and keep up the good work :)