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

    I would like to resize the right column to fit my need. What file should I look for?

    Thanks

    scotty Friend
    #284354

    To increase the size of the right column you adjust the % in line 572 of template.css

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

    but increasing this will mean it will not fit on the right any more and so will push the right column to the bottom. So you need to reduce the width of the mainbody container on line 542…

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

    wiro29 Friend
    #284410

    Thanks alot for the help scotty 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  wiro29 15 years, 12 months ago.

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