test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kira178 Friend
    #128580

    Hello, i have read some tip from this forum when i want decrease the width of the right column. I was try change in template.css but it’s still same and not work. Any1 can help me solve this problem ?

    Sherlock Friend
    #249359

    Hi kira178 !
    You can try to do following way :
    open :
    template.css file in templates/ja_barite/css folder , find code at about line 523 :


    #ja-masstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:34.9%;
    }

    change it to :


    #ja-masstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:24.9%;
    }

    then you continuie find code section #2 at about line 958 :


    sstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:34.9%;
    }

    change to :


    sstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:24.9%;
    }

    continue find code section #3 at about line 499 :


    #ja-mainbody {
    float:left;
    width:65%;
    }

    change to :


    #ja-mainbody {
    float:left;
    width:75%;
    }

    kira178 Friend
    #249417

    i changed it but i can’t use this code


    sstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:34.9%;
    }

    i mean change to


    #ja-colswrap
    float:right;
    width:24.9%;

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

This topic contains 3 replies, has 2 voices, and was last updated by  kira178 16 years, 6 months ago.

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