posts not starting at top of page
-
Hello.
I’m sure I have already asked this question previously in here, and received a reply that I was able to fix the issue from, so I apologise in advance in case. I did try searching but I couldn’t find anything on this again.
I have just submitted a new post to my blog, my second post after the standard “hello world” one.
Unfortunately though it leaves a lot of white space and only starts halfway down the page below where the sidebar ends on the left.
I can’t remember what I have to do to fix this. I believe all the settings in the css file should be okay. Sidebar is set to float left, content to float right.
The only other thing is the index file. Theses are the first 5 lines:
<?php include(‘header.php’); ?>
<div id=”container” class=”clearfix”>
<?php include(‘sidebar.php’); ?>
<div id=”topcontentdouble”></div>
<div id=”content”>These are the bottom six lines:
</div> <!–Closes the contentright div–>
</div> <!– Closes the content div–>
<div id=”bottomcontentdouble”>
</div>
</div> <!– Closes the container div–>
<?php include(‘footer.php’); ?>Do I have these in the right order? Should I move the sidebar include to the bottom above the footer include?
The only other thing I can think of is that the image included in the post is causing this? But surely this image is not big enough to make this happen?
Is there anything in the actual post that may cause this that you can see?
The location of the blog is: https://tinyurl.com/8go2e
Thanks very much for any help
John
- The topic ‘posts not starting at top of page’ is closed to new replies.