Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mrtblt Friend
    #134717

    I want to extend left column to 24%, it is i think it is “ja-col1” and value is 20%. Which changes should i make in the css table to keep consistency in the whole site?

    Sherlock Friend
    #277190

    Hi mrtblt !
    you can do it following some steps below :
    Open template.css file in templates/ja_edenite folder, find following code section at about line 543 :


    #ja-col1 {
    color:#626A69;
    float:left;
    overflow:hidden;
    width:20%;
    }

    change to :


    #ja-col1 {
    color:#626A69;
    float:left;
    overflow:hidden;
    width:24%;
    }

    2. Find following code section at about line 521 :


    #ja-mainbody {
    float:right;
    width:80%;
    }

    change it to :


    #ja-mainbody {
    float:right;
    width:76%;
    }

    3. You must modify background image :
    main-bg1.gif file in templates/ja_edinite/images folder.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years ago.

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