Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • qbali JATC
    #146064

    hi guys,

    i plan to make both left and right module position width in same width size, as i see the left module position width is 150 px, and how to make the right module position in same as left width size ? attached pictures for more clear.

    any help will much appreciated it

    Thanks


    1. left-and-right-width
    qbali JATC
    #323784

    After trying to find the way myself, finally i can do it, so no help anymore guys..LOL

    Anonymous Moderator
    #324053

    Hi qbali

    open templates/ja_lead/css/template.css file, try to change with my way:

    + At about line 685, find following code:

    #ja-mainbody {
    float:left;
    width:650px;
    }
    + at about line 704, find following code:

    #ja-col2 {
    float:right;
    font-size:92%;
    width:310px;
    }

    here you change the width of #ja-mainbody and #ja-col2 so that #ja-mainbody’s width + #ja-col2’s width = 650px + 310px

    And then:

    + at about line 698:

    #ja-col1 {
    float:left;
    font-size:92%;
    width:150px;
    }

    + line 690:

    #ja-content {
    float:right;
    width:500px;
    }

    You change the width of #ja-col1 like the width of #ja-col2, change the width of #ja-content so that

    #ja-content ‘s width + #ja-col1’s width = #ja-mainbody’s width

    Hope it helps

    qbali JATC
    #324162

    Hi Ja Developer,

    I have already found the solution on how to modify the width, but thanks anyway for you reply

    cheers

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

This topic contains 4 replies, has 2 voices, and was last updated by  qbali 15 years ago.

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