Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • audisport Friend
    #166506

    Hi guys,

    I would like to change the actual size of the columns right1 and right2 in ja_minisite. Actually they are sized to 50% each. I want to have 46% and 54%. How could I do it?

    I tried to edit the default in templates>ja_minisite>layouts but without success. Here’s the actual code :

    <blockquote><?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”header” type=”header”></block>
    <block name=”mainnav” type=”mainnav”></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”slideshow” type=”modules” style=”raw”>slideshow</block>
    <block name=”topbanner” type=”modules”>topbanner</block>
    <block name=”breadcrums” type=”breadcrums”></block>
    <block name=”topsl” type=”spotlight”>user1,user2,user3,user4</block>
    <block name=”topsl1″ type=”spotlight”>user5,user6,user7,user8</block>
    <block name=”topsl-2″ type=”spotlight”>user9,user10</block>

    </blocks>
    <blocks name=”middle” colwidth=”25.5″>
    <block name=”right1″>left</block>
    <block name=”right2″>right</block>
    <block name=”content-bottom”>content-bottom</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”navhelper” type=”navhelper”></block>
    <block name=”botsl” type=”spotlight”>user11,user12,user13,user14</block>
    <block name=”botsl1″ type=”spotlight”>user15,user16,user17,user18</block>
    <block name=”botsl-2″ type=”spotlight”>user19</block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout> </blockquote>

    Thanks a lot for your assistance 😉

    thangnn1510 Friend
    #402196

    Hello,

    Please change:

    </blocks>
    <blocks name=”middle” colwidth=”25.5″>
    <block name=”right1″>left</block>
    <block name=”right2″>right</block>
    <block name=”content-bottom”>content-bottom</block>
    </blocks>

    to

    </blocks>
    <blocks name=”middle” colwidth=”25.5″>
    <block name=”right1″ colwidth=”46″>left</block>
    <block name=”right2″ colwidth=”54″>right</block>
    <block name=”content-bottom”>content-bottom</block>
    </blocks>

    that will help you.

    <blockquote>
    I would like to change the actual size of the columns right1 and right2 in ja_minisite. Actually they are sized to 50% each. I want to have 46% and 54%. How could I do it?</blockquote>

    audisport Friend
    #403777

    Hi sorry for coming back late. I’ve tried this change but without success, nothing changed in the frontend…

    Any other idea? Thanks a lot!

    chavan Friend
    #403779

    Have you cleared your joomla cache and browser cache? If you still have the issue

    Then try the following


    <block name="right1" width="23">left</block>
    <block name="right2" width="27">right</block>

    Note: If you Find my Post useful please click on the Thanks Icon

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

This topic contains 4 replies, has 3 voices, and was last updated by  chavan 13 years, 1 month ago.

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