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:
Claudio Sanches 2019-05-22 21:05:14 -03:00 committed by GitHub
commit 2802a1def1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;