This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hello,
On my blog pages I have added extra sidebar content, which works great, however the extra sidebar content seems to push the comment system down the page so it is below the sidebar content.
View this page as an example: http://www.scdpmonline.org/dpm-2010-mp-data-discovery-timeout.aspx
Is there anything I can change so the comment system sits write under the post?
Thanks.
Hi David,
Try adding the following to your styleblog.css file:
.blogcommentservice{ float: left; }
You could also use display: table; in place of the float. They both work in IE and FF.
HTH, Joe D.
Thanks Joe.
".blogcommentservice{ float: left; }" did the job.