test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • musetex Friend
    #119249

    How can I change the height of the main menu? I want to limit the white space in the mainmenu. Currently using the Transmenu option

    cssyeah Moderator
    #216147

    Hi musetex,

    The first. Open the ja-transmenuh.css file in the ja_transmenu folder, search this css code and section and modify padding-top & padding-bottom.


    #ja-transmenu li a { /* common styles for 1st level menu */
    margin: 0;
    padding: 8px 20px 7px;
    float: left;
    display: block;
    background: url(../images/mainnav-sep.gif) no-repeat top right;
    font-weight: bold;
    text-decoration: none;
    }

    The second. Open template_css.css file in the css folder. Search this css code and change padding-top & padding-bottom of sitetool.


    span.ja-sitetool {
    margin: 0;
    padding: 8px 0 7px 23px;
    display: block;
    color: #F85703;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    }

    The end. 🙂

    musetex Friend
    #216269

    thanks for the info trungch 🙂

    ErikThorsen Friend
    #216287

    Excellent info. I was also looking for this last week but never got the time to put up my question here. 😉

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

This topic contains 4 replies, has 3 voices, and was last updated by  ErikThorsen 17 years, 8 months ago.

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