Hi Scheinbacher,
For the order, try to change:
.hikashop_order_item_total_value{
width: 30px;
}
To enlarge price column.
I think the space between two products come from your template. Try to edit this property in your CSS file:
For the email, in HikaShop > Configuration > Emails, edit the "order creation notification" email.
Edit:
foreach($data->cart->products as $item){
?>
<tr>
<td>
To add a class:
foreach($data->cart->products as $item){
?>
<tr>
<td class="order_creation_notification_item">
And try to edit this class property in your CSS file.