Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
WordPress CSS Problem
Old 02-21-2009, 05:39 PM WordPress CSS Problem
Novice Talker

Posts: 12
Name: Steve
Trades: 0
On some of my WordPress category and archive pages the right column cuts off at the bottom:

http://obsessionfitness.com/2009/02/

http://obsessionfitness.com/category...ise-equipment/

This occurs on pages that don't have enough posts to fill the middle column. Here's an example of a page where it's not an issue:

http://obsessionfitness.com/category...quipment-type/

I'm think it's a CSS issue but not sure how to fix it. Any help is appreciated. Thanks.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Pacific Pub is offline
Reply With Quote
View Public Profile Visit Pacific Pub's homepage!
 
 
Register now for full access!
Old 02-24-2009, 08:30 PM Re: WordPress CSS Problem
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
It looks like an absolute positioning issue, but I'm not 100% sure.

If you post the code of the CSS file (and erhaps the page template) from your WP theme, it'll help us solve the problem easier.
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old 02-25-2009, 09:31 AM Re: WordPress CSS Problem
anderswc's Avatar
Super Talker

Posts: 132
Name: Will Anderson
Location: Terre Haute, IN
Trades: 0
Your sidebar needs to be moved OUTSIDE your blog post container to become its own div. Remove the "position: absolute" and "margin-left: 608px" from #sidebarcontainer and add "float:right"

Of course I couldn't test this very extensively w/o looking at your template file, but give it a try and see if it gets you any closer.
__________________
Will Anderson

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
anderswc is offline
Reply With Quote
View Public Profile Visit anderswc's homepage!
 
Old 02-26-2009, 08:21 PM Re: WordPress CSS Problem
Novice Talker

Posts: 12
Name: Steve
Trades: 0
Thanks for your help. Those changes shifted the entire sidebar left and down below the posts. Any other thoughts? Here's all the sidebar code in layout.css.

#sidebarholder {
left:0pt;
position:absolute;
top:0pt;
margin-left: 608px;
width:182px;
}

#sidebar {
display:inline;
float: right;
margin-top: 20px;
width: 182px;
}

I'm wondering if changes need to be made in category.php or archive.php as well. Thanks again.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Pacific Pub is offline
Reply With Quote
View Public Profile Visit Pacific Pub's homepage!
 
Old 03-07-2009, 09:39 PM Re: WordPress CSS Problem
Novice Talker

Posts: 12
Name: Steve
Trades: 0
Thought I'd check again to see if anyone has ideas on this. Thanks.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Pacific Pub is offline
Reply With Quote
View Public Profile Visit Pacific Pub's homepage!
 
Reply     « Reply to WordPress CSS Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45346 seconds with 12 queries