Title: Layout Glitches
Last modified: August 24, 2016

---

# Layout Glitches

 *  Resolved [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/)
 * Bookrev Lite 1.6.2
    Wordpress 4.1.1
 * I’m just trying to figure out how to remove the comment count from the featured
   images on the main page. Any help would be appreciated. The website is [http://www.littlestbookshelf.com](http://www.littlestbookshelf.com)
 * Brad Richardson

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

 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994695)
 * You’ll either want to use a custom css plugin (which you can browse [here](https://wordpress.org/plugins/search.php?q=custom+css)),
   or put it into the style sheet of a [child theme](http://codex.wordpress.org/Child_Themes).
   If you already have the Jetpack plugin installed, you can use its Custom CSS 
   module.
 * Try adding this to the styles:
 *     ```
       .feat-img .comment-count {
           display: none;
       }
       ```
   
 *  Thread Starter [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994721)
 * I just tried adding that to the Custom CSS module in Jetpack but nothing changed.
   This is what my CSS looks like:
 * /*
    Welcome to Custom CSS!
 * CSS (Cascading Style Sheets) is a kind of code that tells the browser how
    to
   render a web page. You may delete these comments and get started with your customizations.
 * .feat-img .comment-count {
    display: none; }
 * By default, your stylesheet will be loaded after the theme stylesheets,
    which
   means that your rules can take precedence and override the theme CSS rules. Just
   write here what you want to change, you don’t need to copy all your theme’s stylesheet
   content. */
 * Thanks again for any help.
 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994726)
 * Try changing it to:
 *     ```
       .feat-img .comment-count {
           display: none !important;
       }
       ```
   
 * EDIT: I just realized you put the css in the comment area. It needs to go after
   the last `*/`.
 *  Thread Starter [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994728)
 * I just tried that as well but still no luck 🙁
 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994731)
 * See my edit above.
 *  Thread Starter [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994733)
 * Thank you so much! That did it 🙂
 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994734)
 * That’s great! Go ahead and mark this resolved if you don’t mind.
 *  Thread Starter [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994735)
 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994781)
 * On the stretched images problem, try:
 *     ```
       .article-container article .feat-img {
           height: auto;
       }
       ```
   
 *  Thread Starter [littlestbookshelf](https://wordpress.org/support/users/littlestbookshelf/)
 * (@littlestbookshelf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994887)
 * That worked perfectly. Thank you so much.
 *  [Bill](https://wordpress.org/support/users/chubbycrow/)
 * (@chubbycrow)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994888)
 * You’re welcome!

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

The topic ‘Layout Glitches’ is closed to new replies.

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [Bill](https://wordpress.org/support/users/chubbycrow/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/layout-glitches/#post-5994888)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
