Email Notification Indents

TechnologistTim
Tera Expert

Right now, I'm manipulating email template layouts in attempt to format the email body with indents. This seems way too complicated vs adding an indent tab like you would in Word on the ruler. Does anyone know of a better way to get 2 columns lined up perfectly? I've been editing the td{}, td:first-child{} and td:second-child{} with frustrating results. 

 

Hitting tab doesn't necessarily line things up so that's not an option. 

 

Thanks in advance.

1 REPLY 1

TechnologistTim
Tera Expert

So the answer is 'padding: left;'. I was running into an issue with spacing between 2 columns so had to manage the width via 'width: <number of pixels>px;'.