Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ash1111 Friend
    #127539

    How can I centre the top menu text?

    Nam Nguyen Phi Friend
    #245438

    To set align for top menu is center, pls open /templates/ja_corona/css/template.css
    go to line 833, change:

    #ja-mainnav span.menu-title {
    display:block;
    font-size:125%;
    font-weight:bold;
    padding:25px 15px 5px;
    text-transform:uppercase;
    }

    into

    #ja-mainnav span.menu-title {
    display:block;
    font-size:125%;
    font-weight:bold;
    padding:25px 15px 5px;
    text-transform:uppercase;
    text-align:center;
    }

    Goodluck!

    Sherlock Friend
    #245439

    Hi ash1111 !
    You open ja.splitmenu.css file in templates/ja_corona/ja_menus/ja_splitmenu folder . Find following code section :


    #ja-splitmenu a {
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    height:100px;
    overflow:hidden;
    text-decoration:none;
    }

    change to :


    #ja-splitmenu a {
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    height:100px;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    }

    hope can help you !

    ash1111 Friend
    #245441

    Thanks Make. All working great!

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

This topic contains 4 replies, has 3 voices, and was last updated by  ash1111 16 years, 5 months ago.

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