Title: SteveSD's Replies | WordPress.org

---

# SteveSD

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured image has gray lines on the sides](https://wordpress.org/support/topic/featured-image-has-gray-lines-on-the-sides/)
 *  Thread Starter [SteveSD](https://wordpress.org/support/users/stevesd/)
 * (@stevesd)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/featured-image-has-gray-lines-on-the-sides/#post-7001936)
 * This re-sizing using control +, – issue happens no matter what size the image
   is.
 * I ended up fixing this myself in the CSS code. The problem is the there is a 
   background image behind my image that I need to get rid of.
 * It looks like the post thumbnail class has a background:
 * .post-thumbnail {
    background: #b2b2b2 url(“images/pattern-light.svg”) repeat
   fixed 0 0; display: block; position: relative; width: 100%; z-index: 0; }
 * So, if I edit the style.css file, I can set the background to none:
 * .post-thumbnail {
    background: none; display: block; position: relative; width:
   100%; z-index: 0; }
 * This removed the background image and fixed the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to set top margin in twenty fourteen theme](https://wordpress.org/support/topic/how-to-set-top-margin-in-twenty-fourteen-theme/)
 *  Thread Starter [SteveSD](https://wordpress.org/support/users/stevesd/)
 * (@stevesd)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-set-top-margin-in-twenty-fourteen-theme/#post-7001733)
 * [Here for example](http://songdirector.com/download/) so that the logo is at 
   the very top with no white space on top of the page above the logo.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to set top margin in twenty fourteen theme](https://wordpress.org/support/topic/how-to-set-top-margin-in-twenty-fourteen-theme/)
 *  Thread Starter [SteveSD](https://wordpress.org/support/users/stevesd/)
 * (@stevesd)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-set-top-margin-in-twenty-fourteen-theme/#post-7001732)
 * Top margin of my pages

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