Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ruijacome Friend
    #141273

    Hello everyone,

    First of all let me tell you guys that i’ve searched the entire thread for this answer 😎

    Can someone please, tell me how can i enlarge the content zone width of this template, and reduce the left and right collumns width (to keep template aligned) ?

    I need this very urgently..

    Tks…

    :p

    jsliao Friend
    #305024

    Adjust the width in the following accordingly. Do your maths. 🙂

    Right Column: template.css (line 561)

    #ja-col2 {
    float:right;
    overflow:hidden;
    width:22%;
    }

    Left Column: template.css (line 552)

    #ja-col1 {
    float:left;
    overflow:hidden;
    width:28%;
    }

    Left Colum + Content: template.css (line 511)

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

    Content: template.css (line 518)

    #ja-content {
    background:transparent url(../images/content-center.gif) repeat-y scroll center center;
    clear:both;
    display:block;
    float:right;
    width:72%;
    }

    you also need to make changes to the images used for background of the contents so that they can fit accordingly

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

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

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