質問編集履歴
2
ファイルのタイトルが抜けていたので、追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,9 @@
|
|
40
40
|
|
41
41
|
|
42
42
|
|
43
|
+
```
|
44
|
+
|
43
|
-
|
45
|
+
//index.php の内容です
|
44
46
|
|
45
47
|
<?php
|
46
48
|
|
1
誤字を修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
index.phpで、該当する部分のclassが「class="site-main"」とあったので、style.cssの「site-main」と記載してある部分に手を加えてみましたが、表示が変わりませんでした。
|
24
24
|
|
25
|
-
次に、chromeのデベロッパーツールで確認したところ「class="post-85 post type-post status-publish format-standard hentry category-1"
|
25
|
+
次に、chromeのデベロッパーツールで確認したところ「class="post-85 post type-post status-publish format-standard hentry category-1"」の部分にカーソルをあてた際、下記の図のようにcontent(水色部分)、padding(紫部分)が表示されたので、おそらくここに手を加えればよいのかと思いますが、これがCSSのどこに該当するかわかりませんでした。
|
26
26
|
|
27
27
|
|
28
28
|
|