Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lownotes Friend
    #122106

    I’m using JA Olyra, but my question is about Son of Suckerfish Menu Width.

    I’m having a hard time getting the width the way I want. It’s declared in a couple of places, but I can’t seem to find where the initial dropdown (not hovered) width is set.

    Someone please help me with a son of suckerfish 101 on width.

    Thanks,

    #ja-cssmenu {
    margin: 0; /* all lists */
    float: left;
    }

    #ja-cssmenu ul {
    margin: 0; /* all lists */
    padding: 0;
    }

    #ja-cssmenu li {
    margin: 0; /* all list items */
    padding: 0;
    float: left;
    display: block;
    background: none;
    cursor: pointer;
    }

    #ja-cssmenu li ul {
    width: 16.4em;
    position: absolute; /* second-level lists */
    z-index: 99;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    height: auto;
    width: 15.9em;
    }

    #ja-cssmenu li ul ul {
    margin: -1.5em 0 0 12em; /* third-and-above-level lists */
    }

    #ja-cssmenu li li {
    padding: 0 1em 0 0;
    margin: 0;
    width: 14.9em;
    }

    #ja-cssmenu ul a {
    width: 14.8em;
    width: 10.8em;
    }

    cwigg Friend
    #227259

    In line 92 of ja-sosdmenu.css you could try to increase the padding from 15px.
    padding: 0 15px; ==> padding: 0 25px;

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

This topic contains 2 replies, has 2 voices, and was last updated by  cwigg 17 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum