-
AuthorPosts
-
munders Friend
munders
- Join date:
- November 2008
- Posts:
- 375
- Downloads:
- 0
- Uploads:
- 37
- Thanks:
- 50
- Thanked:
- 4 times in 1 posts
March 21, 2010 at 10:19 pm #149701Hi
I am using JA Seleni to build my new website. I need to add a left column, at 160 pixels wide.
I have tried this but when I make it 160px it leaves a big white space on the right of it (see graphic attached). I need to increase the middle body column by spreading it to the left to cover this white space. I guess the middle column should then be 620 pixels wide.
Please note that I do not want any of these changes to affect the layout on my other pages.
Does anyone know how to do this? I have already asked a Joomla buddy in Vietnam and he didn’t think it could be done with this template.
This is urgent now.
Thanks guys
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 22, 2010 at 6:47 am #337165Hi munders,
please open templatesja_selenilayoutsdefault.php file, find following code section:
$positions = array (
'left1' =>'',
'left2' =>'',
'left-mass-top' =>'',
'left-mass-bottom' =>'',
'right1' =>'right',
'right2' =>'',
'right-mass-top' =>'',
'right-mass-bottom' =>'',
'content-mass-top' =>'',
'content-mass-bottom' =>'',
'content-top' =>'content-top',
'content-bottom' =>'content-bot',
'inset1' =>'',
'inset2' =>''
);
and change to:$positions = array (
'left1' =>'left',
'left2' =>'',
'left-mass-top' =>'',
'left-mass-bottom' =>'',
'right1' =>'right',
'right2' =>'',
'right-mass-top' =>'',
'right-mass-bottom' =>'',
'content-mass-top' =>'',
'content-mass-bottom' =>'',
'content-top' =>'content-top',
'content-bottom' =>'content-bot',
'inset1' =>'',
'inset2' =>''
);
$this->customwidth('left1', 16); // (160px / 950px )* 100% = 16%
Hope it helps
munders Friendmunders
- Join date:
- November 2008
- Posts:
- 375
- Downloads:
- 0
- Uploads:
- 37
- Thanks:
- 50
- Thanked:
- 4 times in 1 posts
March 22, 2010 at 7:23 am #337174Hi, thanks for trying but that did not work.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by munders 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add a Left Column and increase Body
Viewing 3 posts - 1 through 3 (of 3 total)