-
AuthorPosts
-
Robert Bollen Friend
Robert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
May 17, 2011 at 8:16 pm #164119Hi,
Where can I change the width of the module positions?
I want the left and right column wider
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 18, 2011 at 6:20 am #391737<blockquote> I want the left and right column wider </blockquote>
Hi,
You login backend > Extensions > Template manager > portfolio > layout tab > edit default layout. Find this code
<blocks name="middle" colwidth="20"> <-- increase this value
1 user says Thank You to khoand for this useful post
Robert Bollen FriendRobert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
May 18, 2011 at 6:49 am #391743<em>@khoand 241090 wrote:</em><blockquote>Hi,
You login backend > Extensions > Template manager > portfolio > layout tab > edit default layout. Find this code
<blocks name="middle" colwidth="20"> <-- increase this value
</blockquote>Thanks for your usefull post, that solves the problem for now.
What if you want the left column 25 and the right 30? Is that possible?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 18, 2011 at 6:59 am #391748Yes, it is.
You replace this code in default layout
<blocks name="middle" colwidth="20">
<block name="content-mass-top" style="raw">content-mass-top</block>
<block name="inset1" style="jaxhtml">left</block>
<block name="right1" style="jaxhtml">right</block>
</blocks>
with
<blocks name="middle" colwidth="25">
<block name="content-mass-top" style="raw">content-mass-top</block>
<block name="inset1" style="jaxhtml">left</block>
<block name="right1" style="jaxhtml" width="30">right</block>
</blocks>Robert Bollen FriendRobert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
May 18, 2011 at 7:03 am #391749I get this error
XML Parsing Error at 17:20. Error 73: > required
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 18, 2011 at 7:11 am #391755I tested it on my localhost is normal. You check your this code again
<block name="right1" style="jaxhtml" width="30">right</block>
you miss “>” character somewhere1 user says Thank You to khoand for this useful post
Robert Bollen FriendRobert Bollen
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Robert Bollen 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum