Sidebar
-
I have installed a dynamic sidebar so that widgets will work.
It was all working very nicely.
I made several posts. All of which went well.
Now when I go back to the site the sidebar is out of sync. Everything has moved to the right, the fonts have increased and everything has moved to the bottom of the page.
How can I fix this?
The link is https://monarchhousing.org/Blog/
This is how my sidebar file reads currently:
<div id=”sidebar”>
-
<ul id=”sidebar”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
<li id=”about”>
<h2>About</h2>
<p>This is my blog.</p><li id=”links”>
<h2>Links</h2><?php endif; ?>
</div>
Please help as I love the program and want to diet this blog up and running ASAP.
I also had changed the blog to its own directory. But everything worked well before that.
Strangely it appears to work OK on this page https://monarchhousing.org/Blog/?page_id=2
Why is that?
- The topic ‘Sidebar’ is closed to new replies.