Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sunjeev Friend
    #147722

    Hello

    I need a step by step guide on how to move all the module positions (user 5,6,7,left,right) in the right column over to the left side of the template. Like if you printed a screenshot on paper then flipped the page over.

    I have no coding experience:((

    sunjeev Friend
    #330048

    somebody know how to do this, its quite urgent. thanks

    micrantha Friend
    #330052

    Hello sunjeev,

    What you want is probably changing the organisation of the template in such a way that complete column at right side of content space goes to left side.

    You could begin with simple code-changes in template.css:
    Find the subject

    /* PRIMARY COLUMN
    --------------------------------------------------------- */

    make this change in float:

    #ja-content {
    clear: both;
    display: block;
    float: right;/*left;*/
    width: 65%;
    }

    Next find this subject:

    /* COLUMNS
    --------------------------------------------------------- */

    make this change in float:

    #ja-colwrap {
    float: left;/*right;*/
    overflow: hidden;
    width: 34.9%;
    }

    Take a look at the result; you will see the order of main content and column has flipped horizontally.
    But next you will need some coding experience, because the vertical lines stayed in place at the right side, and you will have to play a bit with margins or paddings.

    good luck,
    Micrantha

    sunjeev Friend
    #330057

    Thanks Micrantha

    I have done a lot of work on my site (not live yet), i am not confident enough to do the extra coding for margins etc. I am surprised though that nobody else has replied, I thought this might be a popular topic. Do you have Teline 2 as well?

    micrantha Friend
    #330060

    No, I studied it as an option, but didn’t use it.
    When you do a local test-installation of a template you can experiment much easier.

    Regards,
    Micrantha

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

This topic contains 5 replies, has 2 voices, and was last updated by  micrantha 14 years, 10 months ago.

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