We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90b37b commit 2a06c95Copy full SHA for 2a06c95
footer.php
@@ -4,7 +4,9 @@
4
*
5
* @package multiloquent\template_parts
6
*/
7
-
+?>
8
+</div>
9
+<?php
10
get_sidebar();
11
?>
12
</div>
header.php
@@ -19,4 +19,6 @@
19
20
</head>
21
<body <?php body_class();?>>
22
- <div class="wrapper">
+ <div style="position:relative;">
23
+ <div class="wrapper">
24
+
0 commit comments