Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • munders Friend
    #149701

    Hi

    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


    1. nevada
    Anonymous Moderator
    #337165

    Hi 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 Friend
    #337174

    Hi, thanks for trying but that did not work.

Viewing 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