CMS Development

ErinKas
Top Contributor

Email Signature Customization

SOLVE

Hey there! I used HubSpot signature creator to create an email signature. The team would like the little letters removed. IE e:  m: etc. I figured out how to do that but then the copy doesnt align with the name etc it is indented. Can anyone share with me how to adjust the copy?

 

Here it is in code pen. https://codepen.io/erinkas/pen/xQgWwa

 

Thanks!

 

Erin

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Email Signature Customization

SOLVE

is this what you needed?

if so, this is what you needed to remove

<td width="20" valign="top" style="vertical-align: top; width: 20px; color: #0099cc; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">m:</td>

for each letter.  the td is occupying 20px of space regardless if you have the letter in there or not.  you have to remove the td

View solution in original post

1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Email Signature Customization

SOLVE

is this what you needed?

if so, this is what you needed to remove

<td width="20" valign="top" style="vertical-align: top; width: 20px; color: #0099cc; font-size: 14px; font-family: Arial, Helvetica, sans-serif;">m:</td>

for each letter.  the td is occupying 20px of space regardless if you have the letter in there or not.  you have to remove the td