meta log in sidebar covers next page
-
Hello, I am new and I’ve altered the “movie theme” quite a bit but one concern is the sidebar for the log in meta box is covering the “next page” permalink. You can see it here https://hometheaterdefined.com/?page_id=19
the sidebar_r.php looks like this
<?php if (!is_page()){ ?>
<div id=”right”><?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>
<?php endif; ?>
<div class=”white-box”>
<h4>Meta</h4>- <?php wp_loginout(); ?>
<div class=”b”></div>
</div></div>
<?php } ?>I would guess that because the sidebar is supposed to be “right” but is left at the bottom that I’ve done something wrong elsewhere.
Thanks, Gary
- The topic ‘meta log in sidebar covers next page’ is closed to new replies.