Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • maxmmize Friend
    #129189

    I know by adjusting the below code I can change the width of the left and right columns but I can’t fiugure out hot to make the content fit within the content table and to get the backgrounds to adjust in the columns. Does anyone know how I can increase the left and right columns?

    #ja-content {
    clear: both;
    display: block;
    float: left;
    width: 59%; <-- chnage this to say 49
    }

    #ja-content div.ja-innerpad {
    padding: 0 10px 0 25px;
    }

    /* COLUMNS
    --------------------------------------------------------- */
    #ja-colwrap {
    float: right;
    overflow: hidden;
    width: 40%; <--- change this to 50
    }

    anisjolly Friend
    #251658

    have you tried using firefox with the firebug tool.

    this will help you pin down all of the css you need to amend in order to adjust the right and left columns and the backgrounds etc.

    I use it all the time as it really helps to know exactly which code you need to amend to change properties.

    with firebug you can make the changes to the live page without it actually affecting the live document so you can see the changes before you actually make them!!

    tempusserbia Friend
    #251671
    maxmmize Friend
    #251758

    Teach a man to fish….thanks

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

This topic contains 4 replies, has 3 voices, and was last updated by  maxmmize 16 years, 5 months ago.

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