Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • thirupiran Friend
    #155914

    How to move the left module to right or Enable right module on the right side of the template

    Thanks

    Saguaros Moderator
    #361353

    You open the ja_mesolite_ii/templates/ja_mesolite_ii/css/layout.css and find:

    #ja-current-content, #ja-main { float: right; }

    replace:

    #ja-current-content, #ja-main { float: left; }

    Sherlock Friend
    #361354

    <em>@thirupiran 201352 wrote:</em><blockquote>How to move the left module to right or Enable right module on the right side of the template

    Thanks</blockquote>

    Dear thirupiran,

    If you want to move the left modules to the right side you can try as following
    Go to the file of templates/your_template/layouts/default.php file,look for this
    [PHP]$positions = array (
    ‘left1′ =>’left’,
    ‘left2’ =>”,
    ‘left-mass-top’ =>”,
    ‘left-mass-bottom’ =>”,
    ‘right1’ =>”,
    ‘right2’ =>”,
    ‘right-mass-top’ =>”,
    ‘right-mass-bottom’ =>”,
    ‘content-mass-top’ =>’mass-top’,
    ‘content-mass-bottom’ =>’mass-bottom’,
    ‘content-top’ =>”,
    ‘content-bottom’ =>”,
    ‘inset1’ =>”,
    ‘inset2’ =>”
    );[/PHP]

    Change it to
    [PHP]$positions = array (
    ‘left1’ =>”,
    ‘left2’ =>”,
    ‘left-mass-top’ =>”,
    ‘left-mass-bottom’ =>”,
    ‘right1′ =>’left’,
    ‘right2’ =>”,
    ‘right-mass-top’ =>”,
    ‘right-mass-bottom’ =>”,
    ‘content-mass-top’ =>’mass-top’,
    ‘content-mass-bottom’ =>’mass-bottom’,
    ‘content-top’ =>”,
    ‘content-bottom’ =>”,
    ‘inset1’ =>”,
    ‘inset2’ =>”
    );[/PHP]

    i hope this make sense !

    burst1 Friend
    #363214

    I remember getting a patch for having both colums together for the previous Mesolite template. I am now using the sequel, how do I activate both columns at the same time. I did the above and it just moves the menu to the other side. How about if I want items on both. I tried changing the line to have ‘both’ where you normally have left or right.

    Please advise.
    Thanks..

    thirupiran Friend
    #364135

    Thanks for the answers. tienhc’s answer worked. sorry i didn’t try dathq’s answer. after moving to right side. still i see a small thin line on the left side. i think i need to change that one too. could you please let me know which css element i need to change. i tryed some with no luck

    Thanks

    thirupiran Friend
    #364139

    i found it, have to comment backgroud

    .ja-l1 .main {

    background: url(../images/dot.gif) repeat-y 20% top;

    }

    if you want the thin line on left for right modules, change

    .ja-l1 #ja-main .inner {
    margin-left: 1px;
    }

    to

    .ja-l1 #ja-main .inner {
    margin-left: 1px;
    background: url(../images/dot.gif) repeat-y 100% top;

    }

    please correct me if i am wrong

    Thanks

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

This topic contains 6 replies, has 4 voices, and was last updated by  thirupiran 14 years ago.

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