Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • dieudonne Friend
    #165673

    Hello,

    I want to change the position of the main menu (the justification).
    Left to right (see the screenshot)

    How can I do that ?

    Thank in advance.


    1. 2011-06-26-14h18_19
    khoand Friend
    #398475

    Hi,
    You replace this code from pluginssystemjat3jat3base-themesdefaultcssmenumega.css

    .ja-megamenu ul.level0 {
    margin: 0;
    padding: 0;
    }

    with

    .ja-megamenu ul.level0 {
    margin: 0;
    padding-left: 230px;
    }

    dieudonne Friend
    #398487

    Thank you.

    I use the css menu (and I use the joomla 1.6 version)
    Is it the same code ?

    TomC Moderator
    #398493

    Yes, it would be the same code

    Another thought/question I had is whether or not you could also try this . . .


    .ja-megamenu ul.level0 {
    margin: 0;
    float: right; }

    Not 100% sure that will work … but worth the trial-and-error for both ideas presented to you.

    khoand Friend
    #398498

    I am use Joomla 1.6. You change this code from pluginssystemjat3jat3base-themesdefaultcssmenumega.css in this line #24

    dieudonne Friend
    #398503

    OK the 2 solutions (from khoand and tcraw1010) works but not for the home page.
    See my screenshot.

    And I’m working with the css menu, not the mega menu. I can’t see a line like “.ja-megamenu ul.level0” in the code of css.css (pluginssystemjat3jat3base-themesdefaultcssmenucss.css)


    1. 2011-06-26-21h29_15
    khoand Friend
    #398626

    Could you give me a link to your website?

    dieudonne Friend
    #398636

    OK, I just PM you.

    khoand Friend
    #398674

    Hi,
    You replace this code

    #ja-cssmenu {
    margin: 0;
    padding: 0;
    }

    with

    #ja-cssmenu {
    margin: 0;
    padding: 0;
    float: right;
    }

    dieudonne Friend
    #398701

    Thank.

    And for the other problem : the justification on the right…
    see my screenshot for more understanding :
    RED : actual justification
    GREEN : the right justification that I want to do.

    Thank in advance.


    1. 2011-06-27-20h35_31
    khoand Friend
    #398704

    You add this code into /templates/ja_lime/css/menu/css.css


    #ja-cssmenu li.last-item a
    {
    padding-right: 0px;
    margin-right: 0px;
    }

    dieudonne Friend
    #398712

    Excellent !!!

    Thank you very much for your help :).

    Sincerely yours.

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

This topic contains 12 replies, has 3 voices, and was last updated by  dieudonne 12 years, 10 months ago.

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