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

    I have figured out to make the left and right colum smaller on line 617 and 626, but I can’t get the content wider without messing up the layout??

    nguyenhuu quang Friend
    #302494

    pls send you live site, I can check it for you.

    nguyenhuu quang Friend
    #302495

    Your site: 980px;

    1. at template.css (line 626)
    for right collum 27% of your site

    #ja-col2 {
    float:right;
    width:27.9%;
    }

    2. template.css (line 563)
    for main body (include left and main collum) 72 % of your site

    #ja-body {
    float:left;
    width:72%;
    }

    3.template.css (line 617)
    for left collum: 27% of mainbody (or 27% of 72% of your site)

    #ja-col1 {
    float:left;
    width:27.9%;
    }

    4, template.css (line 568)
    Content 72% of main body (or 72% of 72% of your site)

    #ja-content {
    float:right;
    width:72%;
    }

    Sory for my bad english.
    If you have another questons pls send it to me via my Private messages box

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

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

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