Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • amyjustine Friend
    #138417

    hi there

    has anyone tried to move all columns to the left of the content (left right and masscol) to the right ?
    is it a big deal, or is it easy ?

    regards
    amy

    Anonymous Moderator
    #293010

    Hi,

    Please try with my guide:

    Open template.css file in templates/ja_drimia/css folder:

    + at about line875, find following code:

    #ja-content {
    background:transparent url(../images/content-center.gif) repeat-y scroll 0 0;
    float:right;
    width:60%;
    }

    and change to:

    #ja-content {
    background:transparent url(../images/content-center.gif) repeat-y scroll 0 0;
    float:left;
    width:60%;
    }

    + At about line 925, find following code:

    #ja-masscol {
    background:#FF760E url(../images/mc-bg.gif) no-repeat scroll 0 0;
    color:#FFFFFF;
    display:block;
    float:left;
    height:130px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
    width:40%;
    }

    and change to:

    #ja-masscol {
    background:#FF760E url(../images/mc-bg.gif) no-repeat scroll 0 0;
    color:#FFFFFF;
    display:block;
    float:right;
    height:130px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
    width:40%;
    }

    + At about line 890, find following code:

    #ja-colwrap {
    background:transparent url(../images/col-center.gif) repeat-y scroll center top;
    float:left;
    overflow:hidden;
    width:40%;
    }

    and change to:


    #ja-colwrap {
    background:transparent url(../images/col-center.gif) repeat-y scroll center top;
    float:right;
    overflow:hidden;
    width:40%;
    }

    Hope it helps.

    jeffersno1 Friend
    #325236

    Hi

    I’ve tried your suggestion and it works great, if i wanted the left module on the left and the right module on the right of the content how would i best do this. ?

    thanks

    Jeffers

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

This topic contains 3 replies, has 3 voices, and was last updated by  jeffersno1 14 years, 5 months ago.

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