• I am having a problem setting the padding for the shipping address box. I am using the second prebuilt template (the one without a header image). The billing address box has some padding by default and is slightly offset from the centre. After setting the padding to 0 the billing address returned to the centre.

    However, sending emails with the shipping address boxes looks like the box is padded too. And I am unable to locate any setting for that one. Please advise how to change the padding on the shipping address box.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gilbert Hernandez

    (@ghernkadence)

    Hello,

    I see the issue you’ve mentioned and can recreate the problem. I suggest you use CSS in the Custom Styles section. For example, add the following CSS to left align the text and add 15px of padding around the whole thing.

    td.address-td {
        text-align: left !important;
        padding: 15px !important;
    }
    Thread Starter zmzdtc888

    (@zmzdtc888)

    Hi Gilbert thanks for your help. I switched to the Responsive Email Template after the issue which solves this problem.

    hannah

    (@hannahritner)

    Glad to hear you were able to solve this, @zmzdtc888! Let us know if there’s anything else we can help with.

    Best,

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Shipping Address Box Padding’ is closed to new replies.