質問編集履歴
2
画像挿入
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
![画面の下にバーが表示され右に余白が空いています](50c813b5956c2c2a44474a2b472da42a.png)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
ロゴの大きさは「688x96」と現在なっています
|
6
|
+
|
7
|
+
|
8
|
+
|
1
9
|
画面の右に余白ができてしまっています。
|
2
10
|
|
3
11
|
|
1
書式
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,75 +8,105 @@
|
|
8
8
|
|
9
9
|
```php
|
10
10
|
|
11
|
-
<
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
11
|
+
<!DOCTYPE html>
|
12
|
+
|
13
|
+
<html lang="en">
|
14
|
+
|
15
|
+
<head>
|
16
|
+
|
17
|
+
<meta charset="UTF-8">
|
18
|
+
|
19
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
20
|
+
|
21
|
+
<title>Document</title>
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
26
|
+
|
27
|
+
</head>
|
28
|
+
|
29
|
+
<body>
|
30
|
+
|
31
|
+
<footer class="footer pl-2 pr-2">
|
32
|
+
|
33
|
+
<div class="footer-block">
|
34
|
+
|
35
|
+
<div class="row">
|
36
|
+
|
37
|
+
<!-- Footer Location-->
|
38
|
+
|
39
|
+
<div class="col-lg-4">
|
40
|
+
|
41
|
+
<p class="company-name h4 text-title">hogehogehoge International Ltd.</p>
|
42
|
+
|
43
|
+
<p class="company-address h5 text">
|
44
|
+
|
45
|
+
hogehogehoge
|
46
|
+
|
47
|
+
<br />
|
48
|
+
|
49
|
+
hogehoge
|
50
|
+
|
51
|
+
<br />
|
52
|
+
|
53
|
+
hogehoge
|
54
|
+
|
55
|
+
</p>
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<!-- Footer Logo-->
|
60
|
+
|
61
|
+
<div class="col-lg-4 footer-logo">
|
62
|
+
|
63
|
+
<a href="<?php echo home_url(); ?>"><img class="logo-image" src="<?php echo get_template_directory_uri(); ?>/img/logo-bottom.jpg" alt=""></a>
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<!-- Footer About Text-->
|
68
|
+
|
69
|
+
<div class="col-lg-4 company-right">
|
70
|
+
|
71
|
+
<p class="company-name h4 text-title">© <?php echo date("Y"); ?>hogehoge hogehogehoge<br> Ltd.</p>
|
72
|
+
|
73
|
+
<p class="contact-details h5">
|
74
|
+
|
75
|
+
<a href="" class="text-dark">Email |</a>
|
76
|
+
|
77
|
+
<a href="#" class="text-dark">Phone | </a>
|
78
|
+
|
79
|
+
<a href="https://www.facebook.com/" class="text-dark">Facebook</a> <br>
|
80
|
+
|
81
|
+
<a href="" class="text-dark">Subscribe Newsletter</a>
|
82
|
+
|
83
|
+
</p>
|
84
|
+
|
85
|
+
</div>
|
36
86
|
|
37
87
|
</div>
|
38
88
|
|
39
|
-
<!-- Footer Logo-->
|
40
|
-
|
41
|
-
<div class="col-lg-4 footer-logo">
|
42
|
-
|
43
|
-
<a href="<?php echo home_url(); ?>"><img class="logo-image" src="<?php echo get_template_directory_uri(); ?>/img/logo-bottom.jpg" alt=""></a>
|
44
|
-
|
45
|
-
</div>
|
46
|
-
|
47
|
-
<!-- Footer About Text-->
|
48
|
-
|
49
|
-
<div class="col-lg-4 company-right">
|
50
|
-
|
51
|
-
<p class="company-name h4 text-title">© <?php echo date("Y"); ?>hogehoge hogehogehoge<br> Ltd.</p>
|
52
|
-
|
53
|
-
<p class="contact-details h5">
|
54
|
-
|
55
|
-
<a href="" class="text-dark">Email |</a>
|
56
|
-
|
57
|
-
<a href="#" class="text-dark">Phone | </a>
|
58
|
-
|
59
|
-
<a href="https://www.facebook.com/" class="text-dark">Facebook</a> <br>
|
60
|
-
|
61
|
-
<a href="" class="text-dark">Subscribe Newsletter</a>
|
62
|
-
|
63
|
-
</p>
|
64
|
-
|
65
|
-
</div>
|
66
|
-
|
67
89
|
</div>
|
68
90
|
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<
|
74
|
-
|
75
|
-
<
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
</
|
91
|
+
</div>
|
92
|
+
|
93
|
+
</footer>
|
94
|
+
|
95
|
+
<script type="text/javascript" src="javascript.js"></script>
|
96
|
+
|
97
|
+
<?php wp_footer(); ?>
|
98
|
+
|
99
|
+
</body>
|
100
|
+
|
101
|
+
</html>
|
102
|
+
|
103
|
+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
104
|
+
|
105
|
+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
106
|
+
|
107
|
+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
108
|
+
|
109
|
+
</body>
|
80
110
|
|
81
111
|
</html>
|
82
112
|
|