-
AuthorPosts
-
July 20, 2011 at 9:11 am #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 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
July 21, 2011 at 4:07 am #402196Hello,
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>July 31, 2011 at 7:06 am #403777Hi 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 31, 2011 at 7:20 am #403779Have 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
-
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by chavan 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum