Question Comments not staying in the page template, overlapping sidebar
SOLVED: The issue was the theme was overriding the CSS and trying to extend the WP-Comments section to 100% to match the page template.
I solved the issue by putting this inside the theme’s CSS section. This is for the KLEO / GEODIRECTORY Theme. Make sure you use !important to override the themes own system
#anspress .container { width: 100% !important; }
QUESTION:
http://staging.silvercensus.com/new/questions/question/what-are-the-best-medications-to-treat-alzheimers/
the comments section is overlapping the sidebar. I have attached a screenshot.