Title: romiller's Replies | WordPress.org

---

# romiller

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Project shown twice on portfolio type page](https://wordpress.org/support/topic/theme-sketch-project-shown-twice-on-portfolio-type-page/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/theme-sketch-project-shown-twice-on-portfolio-type-page/#post-5884252)
 * I guess this is actually called a Portfolio Archive page?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5768091)
 * Thanks! That definitely helped. Sorry it took so long for me to get back to you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5767987)
 * Or… do you think moving the comment to the right would help it pop up a line?
   Thereby reducing the white space?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5767985)
 * Thanks for taking another look at this!
 * Follow this link for a screen shot: [http://hoopsandthimbles.com/wp-content/uploads/2015/02/HT.png](http://hoopsandthimbles.com/wp-content/uploads/2015/02/HT.png)
 * The screen shot is a snippet of this page: [http://hoopsandthimbles.com/portfolio/projecting-quilting-challenge-3/#comments](http://hoopsandthimbles.com/portfolio/projecting-quilting-challenge-3/#comments)
 * 1 – The avatar icon is too large. I think this is causing everything to look 
   too large. I need to shrink it down so it isn’t pushing everything out, creating
   empty space.
 * 2 – maybe #1 will help this, but you can barely tell the reply is indented
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5767885)
 * .gravatar img { max-height: 10px !important; }
 * didn’t work either 🙁
 * (using a ridiculously small size just to test if it works)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5767884)
 * I tried looking at the CSS through web inspector, and it looks like this might
   be the right snippet:
 *     ```
       .wpn-single-line-list-item .avatar {
           float: left;
           width: 38px !important;
           height: 38px !important;
           float: left;
           margin: -3px 4px 8px 0;
       }
       ```
   
 * so I tried using that with smaller width and height, but no change 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Sketch] Can I make the comments smaller?](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/theme-sketch-can-i-make-the-comments-smaller/#post-5767880)
 * Thanks, Calvin. I do use the Jetpack CSS Override (although I am a newb so all
   the overrides are thanks to helpful folks like you).
 * The 20px font size looks larger than what is there already. On reevaluation, 
   perhaps it is just the avatar images that I need to make smaller… do you have
   a handy bit of CSS for that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] How to remove featured images from category archive and other pages](https://wordpress.org/support/topic/how-to-remove-featured-images-from-category-archive-and-other-pages/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-featured-images-from-category-archive-and-other-pages/#post-5676739)
 * Thanks! That worked! Happiness achieved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CM Tooltip Glossary] /glossary/term – 404 not found](https://wordpress.org/support/topic/glossaryterm-404-not-found/)
 *  [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/glossaryterm-404-not-found/#post-5451108)
 * Awesome, thank you so very much. I couldn’t figure out how to fix it, so I just
   installed Yoast’s SEO plug in and changed the setting 🙂 Worked like a charm.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] How to remove featured images from category archive and other pages](https://wordpress.org/support/topic/how-to-remove-featured-images-from-category-archive-and-other-pages/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-featured-images-from-category-archive-and-other-pages/#post-5676736)
 * Thanks, I added that to my CSS override in Jetpack and that got rid of them on
   the category archive and tags page. It still shows them on the blog page, but
   I can leave with that I guess.
 * [http://hoopsandthimbles.com/](http://hoopsandthimbles.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] How do I change gallery style?](https://wordpress.org/support/topic/how-do-i-change-gallery-style/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-change-gallery-style/#post-5676735)
 * Thanks I figured it out
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] Horizontal menu not displaying and gallery question](https://wordpress.org/support/topic/horizontal-menu-not-displaying-and-gallery-question/)
 *  [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/horizontal-menu-not-displaying-and-gallery-question/#post-5554442)
 * Thank you! That was very helpful in solving my issue. My Macbook Pro has a 13″
   retina, and it was apparently ja handful of pixels shy of triggering the default
   toggle size. Now I can control the menu toggle width! Yay!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sketch theme – how do I get rid of the featured image in certain places?](https://wordpress.org/support/topic/sketch-theme-how-do-i-get-rid-of-the-featured-image-in-certain-places/)
 *  Thread Starter [romiller](https://wordpress.org/support/users/romiller/)
 * (@romiller)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/sketch-theme-how-do-i-get-rid-of-the-featured-image-in-certain-places/#post-5675216)
 * I did find a plug in called Manual Related Posts that is working well for my 
   bonus question… but still can’t figure out how to get rid of the featured images.

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