0
Welcome Guest! Login
0 items Join Now

Fusion Menu - Dropdown item does not group

  • Fusion Menu - Dropdown item does not group

    Posted 13 years 2 weeks ago
    • Hi,

      I'm having trouble getting the spacing corrected in the fusion menu.
      Some of the dropdown items are really long but it does not group to make it seem to be a single item.
      It looks as if I have 5 items in the dropdown but actually only 2. This is due to the names of the items that are very long.
      Is there a way I could reduce the spacing for a single item to make it seem that it belongs to one item?

      I can't change the name to make it smaller just in case someone suggests that... :)

      Thanks in advance.

      Kind Regards,
      Kevin Mitchell D'Cruz
  • Re: Fusion Menu - Dropdown item does not group

    Posted 13 years 2 weeks ago
    • Here's the CSS for that portion:

      /* Dropdown Items */

      .menutop ul li {
      padding: 0;
      display: block;
      margin: 0 4px 1px;
      }

      .menutop ul li > .item {
      padding: 0 15px;
      height: auto;
      display: block;
      font-size: 1em;
      cursor: pointer;
      }

      .menutop ul li > .item span {
      display: block;
      width: 100%;
      overflow: hidden;
      line-height: 40px;
      }

      .menutop ul li > .item:hover,
      .menutop ul li.active > .item,
      .menutop ul li.f-menuparent-itemfocus > .item{
      background:#ea6a03;
      -moz-border-radius: 10px;
      border-radius: 10px;
      box-shadow:inset 0 0px 5px #a84b01;
      color:#fff;
      }

      .menutop ul li .item img {
      float: left;
      margin: 8px 6px 0 0;
      vertical-align: top;
      }

      .menutop ul li .nolink span {
      display: block;
      }

      .menutop ul li span.item {
      cursor: default;
      outline: none;
      }

      .menutop ul li .subtext span {
      line-height: 1.5em;
      }

      .menutop ul li .subtext em {
      line-height: 0.6em;
      padding-bottom: 7px;
      text-transform: lowercase;
      }

Time to create page: 0.050 seconds