Hello everybody.
Please I need your support.
I created a searchbar with vehiclemanager searchbar.
I have a problem:
when I resize browser windows I wish that my searchbar is positioned as shown in the image, but I don't how could I do this.
I tried to modify the default.php code as follow:
<table>
<tr>
<td><input style="border-radius: 30px 0px 0px 30px; width:100%; margin: 0 auto; justify-content: center; " type="text" name="searchtext" size="300" maxlength="300" placeholder="<?php echo _VEHICLE_MANAGER_SEARCH_DESC1; ?>"/></td>
<td><input style="border-radius: 0px 0px 0px 0px; margin: 0 auto; justify-content: center;" type="text" id="vm_search_date_from_mod" name="search_date_from1" placeholder="<?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?>"></td>
<td><input style="border-radius: 0px 0px 0px 0px; margin: 0 auto; justify-content: center;" type="text" id="vm_search_date_until_mod" name="search_date_until1" placeholder="<?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?>"></td>
<td>
<input type="submit" value="<?php echo _VEHICLE_MANAGER_LABEL_SEARCH_BUTTON; ?>" class="button"></input>
</td>
But it doesn't work.
Could you help me [file] please? Thank you so much.