Title: tomparm's Replies | WordPress.org

---

# tomparm

  [  ](https://wordpress.org/support/users/tomparm/)

 *   [Profile](https://wordpress.org/support/users/tomparm/)
 *   [Topics Started](https://wordpress.org/support/users/tomparm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomparm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomparm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomparm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomparm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomparm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Clean Retina] Like Attitude, another great Theme Horse theme](https://wordpress.org/support/topic/like-attitude-another-great-theme-horse-theme/)
 *  Thread Starter [tomparm](https://wordpress.org/support/users/tomparm/)
 * (@tomparm)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/like-attitude-another-great-theme-horse-theme/#post-7770854)
 * The fixes above apply to both Clean Retina and Attitude.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Clean Retina] Like Attitude, another great Theme Horse theme](https://wordpress.org/support/topic/like-attitude-another-great-theme-horse-theme/)
 *  Thread Starter [tomparm](https://wordpress.org/support/users/tomparm/)
 * (@tomparm)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/like-attitude-another-great-theme-horse-theme/#post-7770853)
 * Ilove theme horse: Theme Horse quickly provided the CSS snippet (must be added
   to Custom CSS under Appearances>Theme Options etc.) needed to fix the issue with
   lack of spacing between paragraphs within a blockquote:
 * blockquote p {
    margin-bottom: 15px;
 * After adding this snippet, and additional problem appeared: a bulge developed
   between the last paragraph and the end of the blockquote. But I did a little 
   research & discovered the snippet below. Adding this snippet fixed the problem.
   And now blockquotes with multiple paragraphs look great and use valid html (no
   invalid workarounds like adding an empty paragraph or non-breaking space markup
   necessary).
    } blockquote p:last-child { margin-bottom: 0; }
 * My site is under construction–but here’s the link anyway: [http://elearningriver.com](http://elearningriver.com)

Viewing 2 replies - 1 through 2 (of 2 total)