Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kosinfo Friend
    #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
    Antonios

    Ninja Lead Moderator
    #470097

    You 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>

    kosinfo Friend
    #470115

    Thanks 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 Moderator
    #470120

    Please 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.

    kosinfo Friend
    #470181

    Thanks,
    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 Moderator
    #470216

    Great, good job

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

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