Thanks for the quick response.
I don’t understand it a bit, I tried this way and it didn’t work for me. What needs to be fixed?
add_filter( 'haet_mail_css_desktop', function( $css ){
$css .= '
.yourclass {
direction: rtl;
}
';
return $css;
});
-
This reply was modified 11 months, 1 week ago by nisimpaniri.