Try these options:
1. Try to reduce the size of your comments box. I feel this is causing the issue.
2. If the above doesnt work, try placing your sidebar code right below the header code in page.php
let me know how it goes.
How do I reduce the size of the comments box?
Thank you for your help! 🙂
Ah, I found out how to reduce the size, but it didn’t work. Do you have any other ideas?
in your stylesheet, (style.css) you should have code like below
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
}
Try reducing the width here.
did you try putting the sidebar code right below the header?
Sorry, I cannot think of any other idea…you just have to test your sidebar code positioning for different combinations.
Good Luck.
Thanks Quinker!
Anyone else have an idea?
Fix the missing and broken tags in your code; they are effecting the sidebar position: [Invalid]Markup Validation of syntium.nu test – W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.