Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jppfm Friend
    #129115

    My left menu the links are too much to the left and i want to put them like the second image. What should i do?

    Sherlock Friend
    #251318

    Hi jppfm !
    It”s best if you send link of your site !

    jppfm Friend
    #251379

    No problem…
    http://www.transbrasilvirtual.org/
    Thanks

    Sherlock Friend
    #251638

    Hi jppfm !
    You open template_css.css file in templates/ja_larix/css folder and find following code section at about 1054 :


    a.mainlevel {
    background:transparent url(../images/a-mainlevel-bg.gif) no-repeat scroll left bottom;
    color:#403C3A;
    display:block;
    font-weight:bold;
    padding:5px 0pt 6px 15px;
    text-decoration:none;
    width:90%;
    }

    change into :


    a.mainlevel {
    background:transparent url(../images/a-mainlevel-bg.gif) no-repeat scroll 15px bottom;
    color:#403C3A;
    display:block;
    font-weight:bold;
    padding:5px 0pt 6px 25px;
    text-decoration:none;
    width:90%;
    }

    continue , find following code section at about line 1072:


    a#active_menu.mainlevel {
    background:transparent url(../images/a-mainlevel-hover.gif) no-repeat scroll left bottom;
    color:#EE9600;
    font-weight:bold;
    text-decoration:none;
    }

    change into :


    a#active_menu.mainlevel {
    background:transparent url(../images/a-mainlevel-hover.gif) no-repeat scroll 15px bottom;
    color:#EE9600;
    font-weight:bold;
    text-decoration:none;
    }

    jppfm Friend
    #252457

    thanks ill trye that.

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

This topic contains 5 replies, has 2 voices, and was last updated by  jppfm 16 years, 5 months ago.

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