diff --git a/src/wp-content/themes/twentyseventeen/rtl.css b/src/wp-content/themes/twentyseventeen/rtl.css index 37e3906a1a..b8b002801f 100644 --- a/src/wp-content/themes/twentyseventeen/rtl.css +++ b/src/wp-content/themes/twentyseventeen/rtl.css @@ -373,7 +373,8 @@ input[type="checkbox"] { .search:not(.has-sidebar) #primary article, .has-sidebar.error404 #primary .page-content, .error404.has-sidebar #primary .page-content, - body.page-two-column #primary .entry-content { + body.page-two-column #primary .entry-content, + body.page-two-column #comments { float: left; } diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 0b6764b426..a814f9ae20 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -2241,6 +2241,7 @@ body:not(.twentyseventeen-front-page) .entry-header { --------------------------------------------------------------*/ #comments { + clear: both; padding: 2em 0 0.5em; } @@ -3669,7 +3670,8 @@ article.panel-placeholder { .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, - body.page-two-column #primary .entry-content { + body.page-two-column #primary .entry-content, + body.page-two-column #comments { float: right; width: 58%; }