-
AuthorPosts
-
brenot Friend
brenot
- Join date:
- March 2011
- Posts:
- 223
- Downloads:
- 202
- Uploads:
- 49
- Thanks:
- 67
- Thanked:
- 8 times in 3 posts
October 4, 2012 at 1:49 pm #181189Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2012 at 7:51 am #469214This is my solution help you solve this request
<blockquote>Admin area->Extensions->Template Manager->Edit JA_Mendozite – Default->Layout Tabs->Edit default</blockquote>
From
<blockquote><blocks name=”middle” colwidth=”33″>
<block name=”right1″>left</block>
<block name=”right2″ width=”25″>right</block>
</blocks></blockquote>
change to
<blocks name="middle" colwidth="33">
<block name="left-mass-bottom">left-mass-bottom</block>
<block name="right1">left</block>
<block name="right2" width="25">right</block>
</blocks>You need to change css file
<blockquote>Open templates/ja_mendozite/css/template.css file</blockquote>
Add new script
#ja-main {
float: left !important;
width: auto !important;
}November 29, 2012 at 3:50 pm #474728Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 30, 2012 at 11:35 am #474830You can do that please follow my suggestion
<blockquote>Admin area->Extensions->Template Manager->JA_Mendozite – Default->Layouts tab->Edit default </blockquote>
Add both position
From
<block name="cpanel" type="usertools/cpanel"></block>
change to
<block name="cpanel" type="usertools/cpanel"></block>
<block name="left-ads" type="modules" main-inner="0">left-ads</block>
<block name="right-ads" type="modules" main-inner="0">right-ads</block>
<blockquote>Open templates/ja_mendozite/css/template.css file</blockquote>
add new script below
#ja-left-ads .ja-moduletable,
#ja-left-ads .moduletable ,
#ja-right-ads .ja-moduletable,
#ja-right-ads .moduletable {
width: 150px;
height: 150px;
position: absolute;
top: 0px;
z-index: 1000;
}#ja-left-ads .ja-moduletable,
#ja-left-ads .moduletable {
left: -200px;
}#ja-right-ads .ja-moduletable,
#ja-right-ads .moduletable {
right: -200px;
left: auto;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum