Extra Sidebar Content Moves Comments Down the Page

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
1/14/2011 4:47:38 AM
Gravatar
Total Posts 110

Extra Sidebar Content Moves Comments Down the Page

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.

 

1/14/2011 7:51:16 AM
Gravatar
Total Posts 2239

Re: Extra Sidebar Content Moves Comments Down the Page

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.

1/14/2011 8:51:17 AM
Gravatar
Total Posts 110

Re: Extra Sidebar Content Moves Comments Down the Page

Thanks Joe.

".blogcommentservice{ float: left; }" did the job.  smiley

You must sign in to post in the forums. This thread is closed to new posts.