Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tiniasrl Friend
    #159052

    i installed Ja wistery and it have the layout in the Main + right mode.
    How can i switch to main + left mode?
    Thank you
    Mauro

    aman204 Friend
    #373192

    You can change this::

    #ja-container {template_css.css (line 748)
    background: url(“../images/leftcol-right-bg.gif”) repeat-y scroll 60% 0 transparent;
    padding: 0;
    }

    to

    #ja-container {template_css.css (line 748)
    background: url(“../images/leftcol-right-bg.gif”) repeat-y scroll 97% 0 transparent;
    padding: 0;
    }

    then, change this::

    #ja-mainbody {template_css.css (line 1166)
    float: left;
    width: 80%;
    }

    to

    #ja-mainbody {template_css.css (line 1166)
    float: right;
    width: 80%;
    }

    and

    #ja-leftcol {template_css.css (line 1207)
    float: right;
    width: 24.9%;
    }

    to

    #ja-leftcol {template_css.css (line 1207)
    float: left;
    width: 24.9%;
    }

    tiniasrl Friend
    #373423

    thank you a lot Aman204. I’ll try your tip soon!

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

This topic contains 3 replies, has 2 voices, and was last updated by  tiniasrl 13 years, 3 months ago.

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