Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Robert Bollen Friend
    #164119

    Hi,

    Where can I change the width of the module positions?

    I want the left and right column wider

    khoand Friend
    #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

    Robert Bollen Friend
    #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 Friend
    #391748

    Yes, 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 Friend
    #391749

    I get this error

    XML Parsing Error at 17:20. Error 73: > required

    khoand Friend
    #391755

    I 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 somewhere

    Robert Bollen Friend
    #391757

    Thanks again, that does it.

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

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