-
AuthorPosts
-
October 31, 2010 at 1:17 pm #155914
How to move the left module to right or Enable right module on the right side of the template
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 2, 2010 at 2:12 am #361353You 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 2, 2010 at 2:17 am #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 !
November 17, 2010 at 8:56 pm #363214I 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..November 24, 2010 at 3:56 pm #364135Thanks 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
November 24, 2010 at 4:19 pm #364139i 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
-
AuthorPosts
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