• First of all, this is an absolutely amazing plugin. Super beautiful, extremely easy to use, I would definitely donate whatever I can from my mini pocket. 🙂

    I only have one problem, the shipping and billing addresses at the end of the email are not aligned.

    Thank you again for your super good work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • I am facing a similar issue. Any assistance will be highly appreciated.

    hannah

    (@hannahritner)

    Hey guys,
    Thanks for posting! We will get an update out for this soon. In the meantime you can fix with this css:

    #addresses > tbody > tr > td {
        padding: 12px !important;
    }
    #addresses > tbody > tr > td:first-child {
        padding-left: 0px !important;
    }
    #addresses > tbody > tr > td:last-child {
        padding-right: 0px !important;
    }

    Best,
    Hannah

    Thread Starter ashwickers

    (@ashwickers)

    Hello Hannah, thank you for that. Apparently this does not work. I tried targetting different types of data with ids inside the table but oddly, nothing changes. Tried flushing cache and sent preview e-mail.

    Just so I am not mistaken, the code is supposed to go in our custom css part of the theme, right?

    Cheers.

    It didnt work for me as well. I added the custom CSS under ‘custom styles’ option within Woocommerce EMAIL customizer.

    Although, the addresses in preview email gets aligned, the issue still persists for live transactions.

    hannah

    (@hannahritner)

    Hi @ashwickers,
    Try pasting it into the plugin settings (Custom Styles in the Email customizer). Then be sure to clear your cache.

    @rishavkmr09,
    Did you clear your cache after adding it?

    Hannah

    Would it be possible to make the height of the two address boxes the same? At the moment the billing address includes phone and email, so is taller and I think it would look cleaner if the containers were equal in height

    hannah

    (@hannahritner)

    Hey @ajobbins,
    There is an update coming soon for this! In the meantime, have you tried the css I posted above?

    Hannah

    hannah

    (@hannahritner)

    The update should be out tonight or tomorrow 🙂

    Hannah

    Thread Starter ashwickers

    (@ashwickers)

    Very excited! Keep up the good work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Unaligned shipping and billing addresses’ is closed to new replies.