質問編集履歴

4

あrがg

2019/04/10 07:12

投稿

raonarud
raonarud

スコア88

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,27 @@
53
53
 
54
54
 
55
55
  このh1部分の行間を変えたいです。
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ 以下も検討しましたがダメでした
64
+
65
+
66
+
67
+ ```ccs
68
+
69
+
70
+
71
+ .comment-entry h1 {
72
+
73
+ line-height: 10px;/*高さ*/
74
+
75
+
76
+
77
+ }
78
+
79
+ ```

3

あsdがds

2019/04/10 07:12

投稿

raonarud
raonarud

スコア88

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,11 @@
45
45
 
46
46
 
47
47
  ![イメージ説明](789293f88007198032d11a4fe71468ca.png)
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+ このh1部分の行間を変えたいです。

2

sagarg

2019/04/10 07:09

投稿

raonarud
raonarud

スコア88

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,13 @@
35
35
 
36
36
 
37
37
  ```
38
+
39
+
40
+
41
+
42
+
43
+ html
44
+
45
+
46
+
47
+ ![イメージ説明](789293f88007198032d11a4fe71468ca.png)

1

わかりやすく

2019/04/10 07:09

投稿

raonarud
raonarud

スコア88

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,35 @@
3
3
 
4
4
 
5
5
  [https://freesworder.net/wordpress-line-height/](https://freesworder.net/wordpress-line-height/)
6
+
7
+
8
+
9
+
10
+
11
+ 現在使用しているテーマはSimple Days です。
12
+
13
+
14
+
15
+ cssは admain.cssの部分の以下のコードのline-height:の数値を変えさせて頂きました。
16
+
17
+
18
+
19
+
20
+
21
+ ```ccs
22
+
23
+ .simple_days_plugin_wrap .simple-days-install-plugin {
24
+
25
+ padding: 0 22px;
26
+
27
+ line-height: 34px;
28
+
29
+ height: 36px;
30
+
31
+ font-size: 15px;
32
+
33
+ font-weight: 400; }
34
+
35
+
36
+
37
+ ```