Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • teetide Friend
    #126828

    How do I increase the width of the left column (while decreasing the width of the mainbody column)?

    Thanks.

    Nam Nguyen Phi Friend
    #242861

    pls change some style in template.css file
    They are:

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

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

    #ja-colswrap {
    float:right;
    width:34.9%;
    }

    as

    Hope this info usefull to you.

    Regards

    teetide Friend
    #242866

    Thank you VERY much! One more question.

    When I refer to the width of the left column, I’m speaking of the column to the left of the ja-mainbody as depicted in your image.

    Does that one automatically resize if you change all the others, or does it have a variable to change also?

    Thanks.

    Nam Nguyen Phi Friend
    #242882

    <em>@TeeTide 45378 wrote:</em><blockquote>Thank you VERY much! One more question.

    When I refer to the width of the left column, I’m speaking of the column to the left of the ja-mainbody as depicted in your image.

    Does that one automatically resize if you change all the others, or does it have a variable to change also?

    Thanks.</blockquote>
    Sorry for my bad english, but can you make me more clear about your requirement?

    Regards.

    teetide Friend
    #242896

    I want all three columns the same width (left 33%, ja-mainbody33%, mass-col 33%).

    See image


    1. Barite-cols
    teetide Friend
    #243148

    JA support? Where are you? Menalto, MICCAS, Hung, trungch….anybody?

    skemoe Friend
    #243303

    If you increase the left column you must decrease the the size of the other columns my the amount.

    teetide Friend
    #243313

    Yes, I understand that and know how to do it. What I don’t know how to do is increase the width of the left column.

    Where in the template.css file is the left column width specified?

    cssyeah Moderator
    #243324

    Hi TeeTide,

    You need change some the CSS code section in the template.css file.

    1. Change width of the ja-masstop, ja-massbot, ja-rightwrap:


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

    #ja-colswrap {
    float: right;
    width: 32.9%;
    }

    2. Change width of the mainbody:


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

    3. Change width of the left column and content:


    #ja-content {
    clear: both;
    display: block;
    float: right;
    width: 50%;
    }

    and


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

    if you wand decrease space between the left column and the content, you can change it here:


    #ja-content div.ja-innerpad {
    padding: 0 20px; /* You can decrease it */
    }

    teetide Friend
    #243344

    Perfect. That’s what I needed.

    trungch comes through once again.

    Thank you trungch.

    kira178 Friend
    #249307

    hello, follow this tip, i tried decrease the width of right module but i dont see it changes:(, can u help me anything for it?

    jerestang Friend
    #258025

    Hi Trungch,
    I follow your instruction to change the width on the left column but it doesn’t work. I want my web site layout to have a left column and a main body. What percentage should I need to change? Please help!

    Sherlock Friend
    #260654

    hi jerestang
    Do you have any successful ?

    jerestang Friend
    #260744

    <em>@nguoiabcd 67597 wrote:</em><blockquote>hi jerestang
    Do you have any successful ?</blockquote>

    I posted to a separated thread and got help by hainn84.
    http://www.joomlart.com/forums/topic/left-column-sizes/

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

This topic contains 14 replies, has 7 voices, and was last updated by  jerestang 16 years, 3 months ago.

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