Jump to content

Sidebar Issue


marie b.

Recommended Posts

I'm not sure if this is a CSS issue or an issue with my markup, but I'm inclined to think that it's a markup problem since everything is fine on most other pages.

 

The sidebar on the category and monthly archives pages of my blog seems to position itself along the same point as the title of whichever entry appears at the bottom of the page -- it's supposed to float at the top, as it does on the index.

 

I've trolled through my templates and CSS, but came up blank. My eyes are starting to cross at this point, so all fresh pairs of eyes are appreciated. :surrender:

 

Category link here (adult language, so don't click if that's not your bag): ht*p://decadently.net/history/personal/blood_ties/

 

Index -- with "working" sidebar -- here: ht*p://decadently.net/index.php

Link to comment
Share on other sites

Let's just break it down real simple-like.

 

This one works:

><div id="top"></div>

<div id="container">

<div class="blogposts">		
	blog entry			
</div>
	
<div class="side">
	<div class="sideblock">
		your menu stuff
	</div>

	<div class="smallcopy">
		your copyright stuff
	</div>

</div>

<br style="clear:both" />

</div>

 

This one doesn't:

><div id="top"></div>

<div id="container">

<div class="blogposts">
	blog post content
</div>

<div class="side">
	<div class="sideblock">
		your menu stuff
	</div>	
</div>

<br style="clear:both" />

<div class="bottom">	
	<div class="smallcopy">
		your copyright stuff
	</div>
</div>

</div>

At least I'm pretty sure that's the right order. They're different anyway.

Link to comment
Share on other sites

I managed to fix the issue by using the index template, since that one worked, and just inserting the category and monthly archive's bits and pieces into it.

 

Thanks for looking, though. : )

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...