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

    Please can someone tell me how to align at right the ja-megamenu in ja_business? Thank you!

    chavan Friend
    #396395

    Please post a screenshot how it should appear.

    nicualbc Friend
    #396566

    I found a way… but is difficult when I should add more menus in mainmenu. I inserted this code in template.css:


    .ja-megamenu {
    margin: 0;
    padding-left: 500px;
    }

    It will show improper when I will add new menu if I will not change value of padding-left. It is another way? Thanks.


    1. ja-megamenu-on-right-which-I-want
    nicualbc Friend
    #396580

    Submenus are looking a little bit strange & I haveto align them to, but actually I foundthis solution:

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

    If someone can find a better solution… Thanks.

    Sherlock Friend
    #397749

    Hi nicualbc,
    You can move mega menu to right following way below :
    Inserted following code in template.css file :

    .ja-megamenu {
    position: absolute;
    right: 0;
    }

    with search module if when you move mega menu to right may be it will be over to search module you can move search module to left following way below :
    Open template.css file find following code section

    #ja-search { bottom: 0; top: 8px; }

    change to :

    #ja-search { bottom: 0; top: 8px; left:0px;}

    hope can help you !

    nicualbc Friend
    #398110

    yes, best answer, and thanks hainn84

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

This topic contains 6 replies, has 3 voices, and was last updated by  nicualbc 13 years, 5 months ago.

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