Here is my code: https://pastebin.com/tZGifcPj
What I Am Trying To Make It Look Like:
I have tried to look in the code but I don’t see any thing that I think would make the empty space. I’ve only managed to remove it by using inspect element on the email and have tried to find the code that I remove using inspect element (please keep in mind that I am an amateur in programming)
<p> hello world </p>
>Solution :
You can try and remove the <td class="subtotal-spacer"></td> on line 265, that might remove the space that pushes the totals to the right side.
