Skip to content

Commit 2a06c95

Browse files
committed
relative positioned div round the content wrapper and the sidebar
1 parent d90b37b commit 2a06c95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

footer.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
*
55
* @package multiloquent\template_parts
66
*/
7-
7+
?>
8+
</div>
9+
<?php
810
get_sidebar();
911
?>
1012
</div>

header.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
?>
2020
</head>
2121
<body <?php body_class();?>>
22-
<div class="wrapper">
22+
<div style="position:relative;">
23+
<div class="wrapper">
24+

0 commit comments

Comments
 (0)