Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mountainman Friend
    #172193

    Greetings

    Much struggle before I discovered that to change the width of the right column in a template you modify the layout form. The layout form is found in Joomla backend under Template Manager by editing the template using the layout tab. Edit the template, e.g. default, that you would like to change.

    To make the right column wider than the default value of 20% of the content and main part of the page change

    <blocks name=”middle” colwidth=”20″ main-inner=”1″>
    <block name=”left1″>left</block>
    <block name=”content-mass-top”>content-mass-top</block>
    <block name=”content-top” type=”modules”>content-top</block>
    <block name=”content-mass-bottom”>content-mass-bottom</block>
    <block name=”right1″>right</block>
    </blocks>

    to

    <blocks name=”middle” colwidth=”20″ main-inner=”1″>
    <block name=”left1″>left</block>
    <block name=”content-mass-top”>content-mass-top</block>
    <block name=”content-top” type=”modules”>content-top</block>
    <block name=”content-mass-bottom”>content-mass-bottom</block>
    <block name=”right1″ width=”25″>right</block>
    </blocks>

    Worked wonderfully but . . . .

    The faint lines which are the border of the block persist. Can I remove them easily?

    I have hunted borders coloured #E7E8E6 and tidied up some of them but I cannot find the last two. Nor does any inspection tool identify the block that they serve as edges for.

    Thanks for your help

    TonyD

    And, by very careful use of ColorZilla as a probe,

    div ja-moduletable moduletablesuffix clearfix Mod88 is the css for the left line and
    div ja-col column #ja-right1 is the css for the right hand one.

    Hope that helps


    1. TwoGreyLines
    mountainman Friend
    #431561

    The left hand marked line is the right hand end of main-bg2.gif
    The right hand marked line is the right hand end of main-bg1.gif

    The lines which invoked these two images were commented out of template.css and the problem is solved.

    Should I be looking for them in other css files?

    Thanks

    TonyD

    vineyardseashell Friend
    #449451

    Thanks Mountainman,

    I too was trying to get the right side wider and ran into the same problem. Thanks to your posts I was able to comment out that pesky line.

    Although, I wish there was a way to keep it and have the right side wider too.

    Thanks again,

    Vineyardseashell

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

This topic contains 3 replies, has 2 voices, and was last updated by  vineyardseashell 12 years, 7 months ago.

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