• Hi,

    Can anyone please let me know how to style shipping address, as currently it has left margin 20%.

    I just don’t know what is the name of the CSS element.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Thanks for reaching out! Try adding this to your css the custom styles tab:

    td.address-td {
        margin-left: 0 !important;
    }

    Does that work as you’re wanting? If not, can you send a screenshot?

    Kindly,
    Hannah

    Thread Starter juansandro

    (@juansandro)

    @hannahritner thank you for your reply.

    Unfortunately it did not work.

    I’ve found that the CSS element is actually .shipping-address-container however I still didn’t get to get rid of the left margin.

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi, @juansandro!

    For us to better assist with custom CSS code, could you send us a screenshot so we’ll know which layout you’re using? Adding custom styles for emails is quite tricky as some email applications will not consider the CSS styles when rendering the content.

    It will not be like how you add styles on web pages.

    Kind Regards,
    Karla

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shipping address CSS styling’ is closed to new replies.