diff --git a/rtl.css b/rtl.css index 45740f2d5..e43fca3ba 100644 --- a/rtl.css +++ b/rtl.css @@ -134,6 +134,9 @@ label ~ span.required { margin: -18px -16px 0 0; margin: -1.285714286rem -1.142857143rem 0 0; } +#respond #wp-comment-cookies-consent { + margin: 0 0 0 10px; +} /* =Front page template styling diff --git a/style.css b/style.css index 6f1253999..0c0141da4 100644 --- a/style.css +++ b/style.css @@ -1360,6 +1360,12 @@ a.comment-edit-link:hover { line-height: 2; color: #5e5e5e; } +#respond #wp-comment-cookies-consent { + margin: 0 10px 0 0; +} +#respond .comment-form-cookies-consent label { + display: inline; +} .required { color: red; }