質問編集履歴
4
あrがg
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,4 +25,16 @@
|
|
25
25
|
|
26
26
|
|
27
27
|
|
28
|
-
このh1部分の行間を変えたいです。
|
28
|
+
このh1部分の行間を変えたいです。
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
以下も検討しましたがダメでした
|
33
|
+
|
34
|
+
```ccs
|
35
|
+
|
36
|
+
.comment-entry h1 {
|
37
|
+
line-height: 10px;/*高さ*/
|
38
|
+
|
39
|
+
}
|
40
|
+
```
|
3
あsdがds
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,4 +21,8 @@
|
|
21
21
|
|
22
22
|
html
|
23
23
|
|
24
|
-

|
24
|
+

|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
このh1部分の行間を変えたいです。
|
2
sagarg
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,9 @@
|
|
16
16
|
font-size: 15px;
|
17
17
|
font-weight: 400; }
|
18
18
|
|
19
|
-
```
|
19
|
+
```
|
20
|
+
|
21
|
+
|
22
|
+
html
|
23
|
+
|
24
|
+

|
1
わかりやすく
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,19 @@
|
|
1
1
|
wordpressでタイトルの行間を調整したいのでうsが、一番簡単なやりかはないでしょうか??この記事をみてline-heightを調整して見ましたが、タイトルの行間は調整できませんでした。またプラグインなどでも簡単にできる方法が知りたいです。どうぞ宜しくお願い致します。
|
2
2
|
|
3
|
-
[https://freesworder.net/wordpress-line-height/](https://freesworder.net/wordpress-line-height/)
|
3
|
+
[https://freesworder.net/wordpress-line-height/](https://freesworder.net/wordpress-line-height/)
|
4
|
+
|
5
|
+
|
6
|
+
現在使用しているテーマはSimple Days です。
|
7
|
+
|
8
|
+
cssは admain.cssの部分の以下のコードのline-height:の数値を変えさせて頂きました。
|
9
|
+
|
10
|
+
|
11
|
+
```ccs
|
12
|
+
.simple_days_plugin_wrap .simple-days-install-plugin {
|
13
|
+
padding: 0 22px;
|
14
|
+
line-height: 34px;
|
15
|
+
height: 36px;
|
16
|
+
font-size: 15px;
|
17
|
+
font-weight: 400; }
|
18
|
+
|
19
|
+
```
|