Title: Editing Thumbnails
Last modified: July 14, 2019

---

# Editing Thumbnails

 *  [Philbeaux](https://wordpress.org/support/users/philbeaux/)
 * (@philbeaux)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/)
 * Is there a way to edit the thumbnail settings?
    I’ve using a grid layout and 
   I’d really like to get all the thumbnails to be the same size. Goes the same 
   for the thumbnails of the related posts as well – and get a center-top crop of
   the image and not a center-center crop.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fediting-thumbnails-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11733631)
 * Hello,
 * Unfortunately, There is no setting for it in the theme. But you can use some 
   CSS code. Try adding the below code to the Customize > Custom CSS section to 
   do it. Edit the code as per your need –
 *     ```
       .blog-entry.post .thumbnail img {
           height: 160px;
           background-position: center top;
       } 
       ```
   
 *  Thread Starter [Philbeaux](https://wordpress.org/support/users/philbeaux/)
 * (@philbeaux)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11749297)
 * Sorry,
    I’m just now getting around to applying your fix. Works great for featured
   image thumbnails but I’m having trouble applying it to the Related Posts thumbnails.
   How could I get the same result but with related post thumbnails? Thanks!
 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11750028)
 * For the related post try to use the class `.related-thumb img` to fix it. See
   below code –
 *     ```
       .related-thumb img {
           height: 160px;
           background-position: center top;
       } 
       ```
   
 *  Thread Starter [Philbeaux](https://wordpress.org/support/users/philbeaux/)
 * (@philbeaux)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11750949)
 * No, that’s not quite what I need. It’s for the “Related Posts” above those related
   posts.
 * Here is a screenshot —-
    ⌊thumb-position.jpg⌉
 * No matter what I do I can’t figure out what element represents that thumbnail.
    -  This reply was modified 6 years, 11 months ago by [Philbeaux](https://wordpress.org/support/users/philbeaux/).
 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11753937)
 * It is coming from the Jetpack plugin. OceanWP also has a related post section
   so just disable the jetpack related post section from the jetpack plugin settings.
 *  Thread Starter [Philbeaux](https://wordpress.org/support/users/philbeaux/)
 * (@philbeaux)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11755307)
 * OK, I see. That makes sense now.
 * Thanks!
 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11757867)
 * You’re welcome!

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

The topic ‘Editing Thumbnails’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/editing-thumbnails-2/#post-11757867)
 * Status: not resolved