回答編集履歴
1
追記
answer
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
以下の記述で自己解決いたしました。
|
2
|
+
|
2
|
-
該当ページ
|
3
|
+
該当ページ
|
3
4
|
```ここに言語を入力
|
4
5
|
<div class="youtube_wrap">
|
5
6
|
<?php the_custom_header_markup(); ?>
|
@@ -13,10 +14,10 @@
|
|
13
14
|
height: 100vh;
|
14
15
|
}
|
15
16
|
|
16
|
-
#wp-custom-header-video{
|
17
|
+
#wp-custom-header-video {
|
17
18
|
position: absolute;
|
18
19
|
display: block;
|
19
|
-
padding-top: 77px;
|
20
|
+
padding-top: 77px; //hヘッダーの高さ
|
20
21
|
min-width: 100%;
|
21
22
|
min-height:100%;
|
22
23
|
top: 50%;
|