Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ngizli Friend
    #133201

    Is it possible to change the width of the available area for content in the right hand column? If so where?
    Please see the attached picture, I have marked where I want to widen the column in module “R” where the login form, polls etc. is located.


    1. ja_nerine_modules-
    Sherlock Friend
    #270184

    Hi
    YOu can edit template.css (line 1195)

    #ja-col2 {
    float:right;
    overflow:hidden;
    width:24.9%;--> change here
    }

    that is width of that column
    and you must edit template.css (line 1148)

    #ja-mainbody, #ja-mainbody-fl {
    float:left;
    width:74.8%;--> change it follow above
    }

    Menalto Friend
    #270431

    did you manage to adjust the width of the columns as you wanted? if you did please mark this post as solved

    ngizli Friend
    #270920

    When I expand the width through increasing both these fields the right hand column that I am trying to widen shifts down below the content column and it also moves inwards…Am I doing something wrong here? I changed the width as follows:

    #ja-col2 {
    float:right;
    overflow:hidden;
    width:44.9%;–> change here
    }

    #ja-mainbody, #ja-mainbody-fl {
    float:left;
    width:94.8%;–> change it follow above
    }

    Sherlock Friend
    #270944

    Hi
    if you change

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

    width higher 20%
    you must change

    #ja-mainbody, #ja-mainbody-fl {
    float:left;
    width:54.8%;
    }

    width lower 20%

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

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

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