Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jbgorg Friend
    #129485

    Hi, I would like to know how to expand the margin of the sub navegation items in MooMenu, they look very strech in my web site. Please, help.

    Sherlock Friend
    #252865

    You can do so by the following way:
    open ja.moomenu.css in templates/ja_edenite/ja_menus/ja_moomenu folder , find following code section at about line 41 :


    #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: -2em 0 0 15em; /* third-and-above-level lists */
    }

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

    change to :


    #ja-cssmenu li ul {
    width: 12.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: 12.9em;
    }

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

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

    jbgorg Friend
    #255060

    Hi, thanks for your response but what I need is the way as shown in attached image. Please, your help


    1. MENU
    Sherlock Friend
    #255081

    Hi jbgorg !
    Please send url of your site.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 16 years, 4 months ago.

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