Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nickferguson Friend
    #130802

    The site we’re working on can be found here > http://www.studyingromans.com/

    Our problem is that the menu width isn’t generating dynamically. Typically with previous templates, we would add something to the menu and it would auto fit dynamically but now, If you go to the site… Mouse over Series > What’s Your Problem

    You will see “Sin & God’s Necessary Aversion To It” but the menu actually stops in the middle of Aversion. How do we make it so the menu actually spans the width of each title rather then setting the width for all to be larger? We just want it to grow if necessary.

    Thanks

    Nick

    Sherlock Friend
    #259584

    Hi nickferguson !
    You can fix it following way below :
    Open ja-sosdmenu.css file in templatesja_fagusja_menusja_cssmenu folder, find following code section at about line 50 :


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

    change to :


    #ja-cssmenu li ul ul {
    margin: -1.9em 0 0 14.5em; /* third-and-above-level lists */
    width: 23.9em;
    }

    continue ,add following code section to this file :


    #ja-cssmenu li ul ul li {
    width: 22.9em;
    }

    nickferguson Friend
    #259593

    Thank you for the response. Is there any way to make it so not all third level items are the same width? With those changes, all third level items are now wider than before and yes, it does accomodate the extra text but there are some third level items that were fine with the default.

    I greatly appreciate the help…. Have a good night.

    Sherlock Friend
    #260387

    Hi nickferguson !
    there isn’t way for not all third lecel itemd are the same width , because all third level get a css code , so can’t have width for each third level item.

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