Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • deons2 Friend
    #123236

    Please advise on how to change/increase the width of the right module?

    orpheus2510 Friend
    #231082

    You have to change the width of the right column in template_css.css:
    Search the part “Secondary Columns”, in it look at
    <blockquote>#ja-mascol {
    width: 40%;
    float: right;
    clear: right;
    overflow: hidden;
    }</blockquote>
    this is the outer size of the right column,
    then look at
    <blockquote>#ja-col2 {
    float: right;
    width: 50%;
    overflow: hidden;
    }</blockquote>
    this is the inner size of the column.
    Now play with the parameters.

    092098jvm Friend
    #235053

    I’ve tried changing these column widths a few different ways – percentages and pixels. It doesn’t seem to make any difference at all. Does anyone know how I can reduce the width of the left column and increase the width of the outer right column?

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

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

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