Test project picklist to be moved to left

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
njyosna
Advanced user
Posts: 19
Joined: Thu Apr 15, 2010 1:07 pm

Test project picklist to be moved to left

Post by njyosna »

Now test project picklist in the home page is placed at the right most side ofthe main page. i want to move this picklist from right most side to little left side.


what are the changes i need to make to navBar.tpl?? please help.

current navBar.tpl:

<div class="menu_title">

{if $arrayProducts ne ""}
<div style="float: right; padding: 2px;">
<form name="productForm" action="lib/general/navBar.php" method="get">
njyosna
Advanced user
Posts: 19
Joined: Thu Apr 15, 2010 1:07 pm

Re: Test project picklist to be moved to left

Post by njyosna »

The problem got resolved. changed navBar.tpl.
{if $arrayProducts ne ""}
<div style="position:absolute; top:20; left:50%; width:300px; height:321px; z-index:1; padding:5px;">

thanks.
Locked