diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index 77ec6bcb0b..f865da5967 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -2788,7 +2788,7 @@ h2.entry-title { } .has-text-align-right { - text-align: left; + text-align: right; } .has-drop-cap:not(:focus)::first-letter { diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 231104da6c..f6a72a9e47 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -2806,6 +2806,8 @@ h2.entry-title { } .has-text-align-right { + + /*rtl:ignore*/ text-align: right; }