Woocommerce body spacing/padding
-
Hi,
I can’t change the spacing of woocommerce emails body.<table border="0" cellpadding="0" cellspacing="0" width="100%" id="template_body">
<tbody>
<tr>
<td valign="top" id="body_content" style="background-color: #fff; background: #ffffff; padding: 20px 30px 20px 30px;" bgcolor="#ffffff">
<!-- Content Section start -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td valign="top" style="padding: 0px 48px 0;"> <!--- this spacing ---!>I don’t understand where it is coming from. When I look woocommerce templates it is not there. ANd no css is able to overrride this padding rule.
#template_body #body_content table tbody tr td {
padding: 0 !important;
}//not working
table[border="0"][cellpadding="0"][cellspacing="0"][width="100%"] td[valign="top"][style*="padding: 0px 48px 0"] {
padding: 0 !important;
}//not working .Do you have an idea ?
regards.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Woocommerce body spacing/padding’ is closed to new replies.