CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions (Moderator: Dave Greenberg) »
  • CSS fix for civicrm blog comments
Pages: [1]

Author Topic: CSS fix for civicrm blog comments  (Read 863 times)

guaka

  • I’m new here
  • *
  • Posts: 29
  • Karma: 1
    • my blog
CSS fix for civicrm blog comments
March 03, 2010, 05:53:27 am
Right now comments in the CiviCRM are pushed down by the <div class="clear-block"> and the right sidebar.  Here's a little fix for that, tested in Firefox:

#comments div.comment div.clear-block {
  display: table;
}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions (Moderator: Dave Greenberg) »
  • CSS fix for civicrm blog comments

This forum was archived on 2017-11-26.