test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • liis Friend
    #152841

    Hi! If menu have a sub-level there is an arrow near the menu-name, but if menu-name is multi-lines there is one more backward arrow witch also place right on the text (see attach file, arrows marked red-circles). So how can I remove this second (backward) arrow? And also how to make closer lines in very long menu-name?
    Sorry for bad English.
    Thanks – Victor!


    1. arrows
    Saguaros Moderator
    #351437

    Sorry Victor!

    Pls give me the link to your site, i would like to check this in detail

    Thanks

    liis Friend
    #351477

    I can’t it’s local on my PC.
    Just try to enter long menu name for a few lines.

    Saguaros Moderator
    #352089

    <em>@liis 188556 wrote:</em><blockquote>I can’t it’s local on my PC.
    Just try to enter long menu name for a few lines.</blockquote>

    Hmm, the problem is here, you had some menu having long title, so that the arrow displays wrong, please try to re-edit the menu again, you should choosed a title having shorter title than now,

    also, you created one issue on the PM, our developers will have other solution to resolve to resolve this issue, please give us some time for checking http://pm.joomlart.com/browse/JATCORES-106

    Thanks .

    cssyeah Moderator
    #352131

    Hi liis,

    I resolded on Jira, so you can fix this bug with two following step.

    1. Override the arrow-01.png file in the light-theme folder ( download here ).

    2. Open the mega.css file and modify the position of background.

    [PHP]
    ul.level1 li.haschild {
    background: url(../../images/arrow-01.png) no-repeat 95% 10px;
    padding: 0;
    }
    [/PHP]

    change to:

    [PHP]
    ul.level1 li.haschild {
    background: url(../../images/arrow-01.png) no-repeat 100% 12px;
    padding: 0;
    }
    [/PHP]

    🙂

    liis Friend
    #352133

    That’s great!
    Thank you =)

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

This topic contains 6 replies, has 3 voices, and was last updated by  liis 14 years, 4 months ago.

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