Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marciello Friend
    #128227

    Hye guys,
    I’ve tried to change the position of right column but failed. I’ve attached the layout that I’m going to implement.

    Maroon colour should be left column (no problem about this), red colour should be the right column (I didn’t manage to put it in my desired position) & the yellow colour will be the content (I didn’t manage to put it in my desired position too)

    Hope you guys can help me out. Thanks in advance.


    1. basic-final
    Menalto Friend
    #247810

    Open up the css folder of the template and find the template.css file, open it find line 548:


    #ja-col2 {
    color:#626A69;
    float:right;
    overflow:hidden;
    width:25%;
    }

    Change it to:
    #ja-col2 {
    color:#626A69;
    float:left;
    overflow:hidden;
    width:25%;
    background: url(../images/theimage) repeat-x top left #colorcode;
    }

    Then find this on line 528:


    #ja-content {
    clear:both;
    display:block;
    float:left;
    width:75%;
    }

    Change that to:


    #ja-content {
    clear:both;
    display:block;
    float:right;
    width:75%;
    background: url(../images/theimage) repeat-y top left #ffffff;
    }

    Try the above and see if its getting closer to the look you are after, it might need some more tweaking but this should get you started.

    marciello Friend
    #247852

    Thanks Menalto,
    I’ve played around with the column width yesterday, now I have a better understanding regarding the columns.

    I have one more difficulty, I can’t placed the border correctly. I’ve managed to placed the border for left column. I didn’t manage to place border for right column and the content. I’ve tried to play around with the main-bg1.gif and main-bg2.gif but I just manage to place the border for the left column. I’ve tried to put in 1px grey in the content background, still did not succeed.

    Hope you can help me out


    1. screenshot
    Menalto Friend
    #247905

    You can try to add this to the css for content:

    #ja-content {
    clear:both;
    display:block;
    float:right;
    width:75%;
    background: url(../images/theimage) repeat-y top left #ffffff;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    }

    Just make sure you change #333333 to the color you want.
    this will give you a 1px border on left and right side of the content hopefully

    marciello Friend
    #249105

    Thanks Menalto,
    I’ve figured it out by the time you post the reply. Thanks for your help

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

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

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