• Resolved haytov

    (@haytov)


    how can I align to the right (RTL) the heading and the subtitle of the “customer new account” message?

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

    (@hannahritner)

    Hey,
    Hope you enjoyed your weekend! Try adding this to your custom css:

    .email-id-customer_new_account #header_wrapper h1, .email-id-customer_new_account .subtitle  {
        text-align: right !important;
    }

    Hope it helps!

    Best,
    Hannah

    Thread Starter haytov

    (@haytov)

    thank you, but the CSS doesn’t fix the issue.
    anyway, obviously I want to fix the issue in a way that the client receives the Email will see it RTL (and I am not sure CSS can even fix it).

    any ideas how to fix it?

    hannah

    (@hannahritner)

    Hey,
    Are you adding the css to the custom css block within the WooCommerce email designer customizer?

    Kindly,
    Hannah

    Thread Starter haytov

    (@haytov)

    sorry, my mistake. you are correct, works perfectly.
    thank you SO MUCH
    it wasn’t clear to me that I had to add the CSS in a different location

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RTL heading and subtitle’ is closed to new replies.