diff --git a/wp-content/themes/score/comments.php b/wp-content/themes/score/comments.php index 8769527..c57b831 100644 --- a/wp-content/themes/score/comments.php +++ b/wp-content/themes/score/comments.php @@ -129,7 +129,7 @@ require(ghostpool_inc . 'options.php');
- + @@ -138,8 +138,9 @@ require(ghostpool_inc . 'options.php'); - + + diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index 2535f65..7f09bbb 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -1122,14 +1122,14 @@ h3.comments { } #respond { - padding: 0 25px 0 0; + padding: 0 25px 25px 0; } #respond form { padding: 0; } -#respond.homepage textarea { +.home-page #respond textarea { height: 90px !important; width: 100%; }