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">
Test project picklist to be moved to left
Moderators: Amaradana, TurboPT, TL Developers
Re: Test project picklist to be moved to left
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.
{if $arrayProducts ne ""}
<div style="position:absolute; top:20; left:50%; width:300px; height:321px; z-index:1; padding:5px;">
thanks.