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

    Hi guys,

    I don’t know if this is already posted.

    I would like to change the width of the template; I want to make it wider.
    I also want to change the width’s of each column.
    How to handle this? Instructions please.

    Thx!

    nguyenhuu quang Friend
    #300974

    curent width: 970px
    what do you want to change:
    main frame:
    open template.css (line 498) and edite it

    [PHP]#ja-wrapper {
    margin:0 auto;
    width:970px;
    }[/PHP]

    left frame
    template.css (line 552)
    [PHP]#ja-col1 {
    float:left;
    overflow:hidden;
    width:28%;
    }[/PHP]

    center:

    template.css (line 518)

    [PHP]#ja-content {
    background:transparent url(../images/content-center.gif) repeat-y scroll center center;
    clear:both;
    display:block;
    float:right;
    width:72%;
    }[/PHP]
    right template.css (line 561)
    [PHP]#ja-col2 {
    float:right;
    overflow:hidden;
    width:22%;
    }[/PHP]

    center and left
    template.css (line 511)
    [PHP]#ja-mainbody {
    float:left;
    width:78%;
    }[/PHP]

    porsche911 Friend
    #301010

    Thanks alot quang268,

    I’ll try that.

    Cheers!

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

This topic contains 3 replies, has 2 voices, and was last updated by  porsche911 15 years, 8 months ago.

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