Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • etemam Friend
    #137150

    Hi everyone,

    I would like to change the proportion: 70% for the content 30% for the mass column.

    I try to do it in template.css, but I don’t succeed in having a nice result (ttoo many parameters to change?)

    Can you help me?

    Thanks,

    Anonymous Moderator
    #286750

    Hi etemam,

    Please try with my guide:

    Open template.css file in templates/ja_teline_ii/css/template.css folder, find following classes and change as follows:
    + #ja-container at about line 554 change to:

    #ja-container {
    background: url(../images/vline.gif) repeat-y 70% 0;
    }

    + #ja-content at about line 564 change to:

    #ja-content {
    clear: both;
    display: block;
    float: left;
    width: 70%;
    }

    + #ja-colwrap at about line 577 change to:

    #ja-colwrap {
    float: right;
    overflow: hidden;
    width: 29.9%;
    }

    etemam Friend
    #286752

    Hi JA-developer,

    sorry but this is not working. I am not sure that we have the same version of teline, since the lines you told me about was wrong. I have the version JA_teline I and not II. The version written in templateDetails.xml is 1.4.
    Thanks for your help

    Anonymous Moderator
    #286753

    Hi etemam,

    Please send me your live url via PM so that i can fix this issue to help you.

    Anonymous Moderator
    #287066

    Hi etemam,

    Please try with my guide:

    Open template.css file in templates/ja_teline/css folder, find following classes and change as follows:
    + #ja-container at about line 1002 change to:
    Code:

    #ja-container {
    background:transparent url(../images/mainwrap-bg2.gif) repeat-y scroll 72% 0;
    }

    + #ja-containerwrap at about line 998 change to:

    #ja-containerwrap {
    background:transparent url(../images/mainwrap-bg1.gif) repeat-y scroll 45% 0;
    }

    + #ja-content at about line 935 change to:
    Code:

    #ja-content {
    border:1pt none;
    float:left;
    width:70%;
    }

    + #ja-colwrap at about line 956 change to:

    #ja-colwrap {
    float:right;
    width:30%;
    }

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

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

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