Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #504628

    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.

    • This topic was modified 9 years, 2 months ago by MDPC. Reason: image link
    #504647

    Hey MDPC!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #504703

    I post address & credentials in private content, thanks for your rapid answer!

    #504743

    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

    #504899

    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!

    #504933

    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

    #504972

    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 :)

    #504981

    Hey!

    You are welcome, we are always happy to help :) And thank you for your kind words!
    Let us know if you have any other questions or issues and have a great day!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mega Menu problem with padding’ is closed to new replies.