Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • SHoggard Friend
    #118735

    In another template thread I asked :- How do I change my Left Module Width:-
    From:-
    LEFT |–| BODY |–| RIGHT

    To
    LEFT |-| BODY |-| RIGHT

    You replied then:

    <blockquote>Quote:
    #ja-mainbody #ja-content {
    float: right;
    width: 72.5%; <– 70%
    padding-right: 1.5%; <– 2.5%
    }

    #ja-mainbody #ja-content {
    float: right;
    width: 70%; /* Modified it to make main body bigger */
    padding-right: 2.5%; /* Edit the right padding */
    }

    Reduce the right column

    /* RIGHT COLUMN
    ——————————————————— */
    #ja-rightcol {
    float: right;
    width: 17%; /*i edit from default 20%*/
    margin: 25px 0;
    }</blockquote>

    With Xenia I can’t find these paramaters #ja-mainbody #ja-content etc… are they changed…. or am I just not looking hard enough 😎

    Khanh Le Moderator
    #214425

    You could look at the style for CONTENT COLUMN and LEFT COLUMN + RIGHT COLUMN


    /* CONTENT COLUMN
    --------------------------------------------------------- */
    #ja-mainbody #ja-contentwrap {
    float: left;
    width: 75%;
    }

    /* LEFT COLUMN + RIGHT COLUMN
    --------------------------------------------------------- */
    #ja-leftcol {
    float: left;
    width: 19.9%;
    }

    #ja-rightcol {
    float: right;
    width: 24.9%;
    overflow: hidden;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Khanh Le 17 years, 8 months ago.

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