cazamic
Member
Posted 2 years ago #
Hi there
I hope someone can help as this is driving crazy.
See this site http://www.propertynetworkinguk.co.uk/ the pages are fine, but when you click on a post in the categories section http://www.propertynetworkinguk.co.uk/category/acquisitions/ the menu (sidebar) falls under the content. I want it to remain on the left.
Can anyone help?
Thanks
dan.tee
Member
Posted 2 years ago #
I'm not an expert but my guess is that the loaded post content area is wider than the content area on any other page. It therefore forces the sidebar to appear in the next available position, which would be underneath. Check your CSS to see if there's any margin discrepancies? That's where I'd start anyway...
davewgill
Member
Posted 2 years ago #
can you post the contents of sidebar.php.... usually playing around with </div> by adding them will sort this problem.
looke your index.php file or sidebar.php. The divs are in disarranged form:
put the divs as:
<div id="contentrap">
<div id="menu">
then the content div and use the firebug to track.
I did it in my computer s working