Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jprater1209 Friend
    #128805

    How can I change the width of the submenus to accommodate more text?

    I would like to be able to fit a little bit more text so my menus don’t have two lines. Thanks!

    Sherlock Friend
    #250248

    You open moomenu.css file in templates/ja_teline_ii/ja_menus/ja_moomenu folder , find code section
    :


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

    change into :


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

    then find section code #2 :


    #ja-cssmenu li ul {
    height:auto;
    left:-999em;
    position:absolute;
    width:15.9em;
    z-index:99;
    }

    change into :

    #ja-cssmenu li ul {
    height:auto;
    left:-999em;
    position:absolute;
    width:19.9em;
    z-index:99;
    }

    jprater1209 Friend
    #250279

    Awesome! Worked like a charm! Thanks!

    jprater1209 Friend
    #250971

    Well, it took me a day or two to realize this, so…

    How do I change how far over the 2nd tier submenu moves over? Right now, it’s more in the middle of the menu then towards the right. How can I get it moved farther to the right like it was before I changed the width? Thanks!

    Sherlock Friend
    #250982

    Hi
    Please find following code section in emplates/ja_teline_ii/ja_menus/ja_moomenu/moomenu.css file :


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

    change into :


    #ja-cssmenu li li {
    margin:0pt;
    padding:0pt 5em 0pt 0pt;
    width:18.9em;
    }

    jprater1209 Friend
    #250984

    Thanks hainn; but, that caused some weird things. It removed the submenu arrow indicators and made the menu look weird.

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

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

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