- Removes mailpoet_padded class from the last element in a column

This commit is contained in:
Vlad
2016-03-03 19:05:59 -05:00
parent 85995bc8a6
commit 263a66407f
5 changed files with 29 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class Header {
}
$template = '
<tr>
<td class="mailpoet_padded_header_footer mailpoet_header" bgcolor="' . $element['styles']['block']['backgroundColor'] . '"
<td class="mailpoet_header_footer_padded mailpoet_header" bgcolor="' . $element['styles']['block']['backgroundColor'] . '"
style="' . StylesHelper::getBlockStyles($element) . StylesHelper::getStyles($element['styles'], 'text') . '">
' . $DOM->html() . '
</td>