-
AuthorPosts
-
mountainman Friend
mountainman
- Join date:
- April 2011
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
December 27, 2011 at 12:21 pm #172193Greetings
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
mountainman Friendmountainman
- Join date:
- April 2011
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
December 28, 2011 at 11:39 am #431561The 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.gifThe 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
1 user says Thank You to mountainman for this useful post
vineyardseashell Friendvineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
April 21, 2012 at 7:20 am #449451Thanks 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
AuthorPostsViewing 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
Right Column Width and borders
Viewing 3 posts - 1 through 3 (of 3 total)