Okay
  Public Ticket #146548
Format menu
Closed

Comments

  • Hugo started the conversation
    Hiii ThemeNectar, i would like to know what's the best option to adjust width of menu to avoid situations like the one in the image as attachment. Regards, HB.
  •  1,069
    ThemeNectar replied

    Hey Hugo,

    If you're only using two columns and don't want all that space, you can easily remove the mega menu class from your list item  - is there something specific you were tying to accomplish?

    Cheers 

  • Hugo replied

    Yes,

     

    i would like to keep the submenu with this style with two columns, but without all the width space of the submenu. Is it possible ?

     

    HB

  •  1,069
    ThemeNectar replied

    Hey again -

    Try entering this into the Custom CSS box located in your Salinet Options panel:

    body header#top nav ul li.megamenu ul.sub-menu {
        left: auto!important;
        right: 0!important;
        width: 50%!important;
    }

    Cheers!

  • Hugo replied

    thanks themenectar! :)

  •  1,069
    ThemeNectar replied

    You're welcome :)

  • Suska replied

    HI :)

    I tried this fix, however look what happens to my menu: https://www.dropbox.com/s/7z8dcjjbwd78yda/Screensh...

    Is there anyway to avoid the items being on 2 lines?

  •  8,838
    Tahir replied

    Hey Suzana!

    I am gonna need to see your url to check the css issues and write up some custom css to fix it. 

    Thanks


    ThemeNectar Support Team 

  • Suska replied

    http://suskadesign.com/tutti/

  •  8,838
    Tahir replied

    Hey Suzana!

    Add this into the Custom CSS box located in your Salient Options panel:

    header#top nav > ul > li.megamenu ul li a {
        padding: 4px 15px !important;
    }
    

    Cheers


    ThemeNectar Support Team