johniv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content forced below sidebar in IE Browser…Scott I had a similar problem and discovered that the cause was in my “margin-right” line. I basically discovered that I set it too large and the content was literally word-wrapping around until the end of the column. Try adding lines like :
right: 2px;
margin-left: 0px;
margin-right: 2px;
width: 180px;
float: right;
position: relative;That worked for me.
Forum: Fixing WordPress
In reply to: Sidebar appears below everything elseI have the main area 900px wide, the content 650px wide. I want the sidebar to start at 700px and go to 850px. I made it 900px to allow some leeway when I was learning the code… But none of the items within the sidebar are unable to wordwrap within 150px.
Thanks for trying though – have one on me.
Forum: Fixing WordPress
In reply to: Sidebar appears below everything elseI am having this same issue with my blog. It was working fine for about a month then just happened. The page is http://www.pollsandpundits.com/blog/
I have checked that my
<?php get_sidebar(); ?>
is above my footer. I have run the validation service. I have checked the length of the items within the sidebar and none are wider than my margins.Can someone suggest another possible problem?