Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #322299

    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
    Screenshot off mega menu

    #322487

    Hey!

    Can you post a screenshot of the backend view?

    Best regards,
    Josue

    #322862
    This reply has been marked as private.
    #323048

    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

    #323110
    This reply has been marked as private.
    #323115

    Hi!

    Please review your website now. I have created one example in your menu

    Best regards,
    Yigit

    #323163
    This reply has been marked as private.
    #323889

    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

    #323909
    This reply has been marked as private.
    #323911

    Hi!

    You can use following code to change the padding sublevel menu items

    #top .av-main-nav ul a { padding: 3px 15px; }

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.