Merge pull request #23360 from klauspaiva/fix-for-margin-on-email-header-image
Alignment of the image used in the email header
This commit is contained in:
commit
2802a1def1
|
@ -77,6 +77,11 @@ body {
|
|||
color: <?php echo esc_attr( $base_text ); ?>;
|
||||
}
|
||||
|
||||
#template_header_image img {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#template_footer td {
|
||||
padding: 0;
|
||||
border-radius: 6px;
|
||||
|
|
Loading…
Reference in New Issue