Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

bsitko

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Multilevel Menu width #1789
    bsitko
    Participant

    Got it! Remove the width from this section of the smartmenus.js code.

    this.opts.subMenusMaxWidth)&&(t.css({width:””,minWidth:”10em”,maxWidth:”40em”}).addClass(“sm-nowrap”)

    Then add this css to your code:

    #main-menu .navbar-nav ul ul {width:40em);

    in reply to: Multilevel Menu width #1788
    bsitko
    Participant

    Sorry but that didn’t work. Here’s what I’m trying to do:

    http://marylandmanagement.com/index-new.php

    Mouseover Our Communities and mouseover Baltimore. You’ll see the multilevel dropdown is no where near wide enough. It keeps overriding my css with width auto.

Viewing 2 posts - 1 through 2 (of 2 total)