Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pixiedavis Friend
    #137750

    Hi Joomla newbie

    Joomla 1.5.9 – using suckerfish menus

    Have created menus OK and managed to get dropdown (sub) menus working.

    However the actual button is smaller than the background.

    How do i change the width of the background and the width of the button.

    This is my first attempt and you can view the problem on a test site at http://www.idmu.sohost.co.uk

    If you hover over the second item (prices) on the horn nav you will see what i mean.

    Any help appreciated

    Sherlock Friend
    #289635

    Dear pixiedavis !

    You can fix it following way below :

    Open ja-sosdmenu.css file in templates/ja_purity/css folder, find following code section at about line 31 :


    #ja-mainnav li ul {
    left:-999em;
    position:absolute;
    width:100px;
    }

    change to :


    #ja-mainnav li ul {
    left:-999em;
    position:absolute;
    width:120px;
    }

    pixiedavis Friend
    #289699

    Thanks for that

    I eventually used

    #ja-mainnav li ul {
    position: absolute;
    width: 142px;
    left: -999em;
    }

    and

    #ja-mainnav ul ul a { /* sub-links */
    width: 100px;

    Not the same as what you suggested – but you pointed me in the right direction.

    Update —-

    When i changed the padding and line height it all went pear shaped again…. however by manipulating the above lines i was able to get it right, thanks again

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

This topic contains 3 replies, has 2 voices, and was last updated by  pixiedavis 15 years, 9 months ago.

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