-
AuthorPosts
-
October 12, 2012 at 7:01 am #181378
How can I do it ?
in template manager->layout->default and then edit I have <block name=”botsl2″ type=”spotlight”>user21, user22, user23, user24</block> no witdth anywhere, I asume all modules are equal width.
Any suggestions ?Thanks in advance
AntoniosNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2012 at 9:02 am #470097You can change with my suggest.
1) Full width:
From
<block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
Change to
<block name="botsl3" type="spotlight" no-main="1">user21</block>
<block name="botsl2" type="spotlight">user22, user23, user24</block>
2)With main:
From
<block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
Change to
<block name="botsl3" type="spotlight">user21</block>
<block name="botsl2" type="spotlight">user22, user23, user24</block>
October 15, 2012 at 10:30 am #470115Thanks Ninja Lead,
but I need the user21 in the same line as the rest (user22, user23, user24), with the suggested user21 are above block “botsl2”Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2012 at 11:07 am #470120Please try to change with this
from
<block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
change to
<block name="botsl2" type="spotlight" no-main="1">user21, user22, user23, user24</block>
With user21, user22, user23, user24 are equal width
If you want to change width user21 difference with other
<blockquote>Open templates/ja_university/css/template.css file</blockquote>
add new
div.ja-box.column.ja-box-left {
width: 500px !important;
}If i misunderstood on your request, please include screenshot and your site URL here for further investigation.
1 user says Thank You to Ninja Lead for this useful post
October 15, 2012 at 7:26 pm #470181Thanks,
that’s is what I wanted, I add new
div.ja-box.column.ja-box-left-bottom {
width: 400px !important;
}
and
div.ja-box.column.ja-box-center-bottom {
width: 120px !important;
}<block name="botsl2" type="spotlight">user21, user22, user23, user24, user25</block>
added a new position (user25) and also made all the corresponding changes, because if I leave them with the current div.ja-box.column.ja-box-left names then all the width will changes regardless the bottom position I wanted.Thanks in advance
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 16, 2012 at 7:27 am #470216Great, good job
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum