Title: Featured image problem
Last modified: August 21, 2016

---

# Featured image problem

 *  [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * (@ypanesa)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/featured-image-problem-15/)
 * Hi,
 * Since a few hours I have a problem with the images overflow (I guess). I experimented
   with search plugins this morning, but removed all of them (deleted). So there
   is no plugin that wasn’t here as the startpage still worked.
 * What do I have to do to fix this problem? I use a child-theme and have this code,
   concerning these images:
 *     ```
       /* Hintergrund der runden Bilder Startseite */
       .round-div {
         border: 104px solid #F1F3E6;
         border-radius: 900px;
         display: block;
         height: 170px;
         left: -54px;
         position: absolute;
         top: -66px;
         transition: all 0.3s ease 0s;
         width: 170px;
         z-index: 99;
       }
   
       /* Hintergrund der runden Bilder Startseite auf mobilen Geräten*/
       .widget-front .round-div {
         border: 94px solid #F1F3E6;
         height: 150px;
         left: -67px;
         top: -44px;
         width: 150px;
       }
       ```
   

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

 *  Thread Starter [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * (@ypanesa)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510213)
 * Forgot the link: [http://der-tut-nichts.info/](http://der-tut-nichts.info/)
 *  [Galegri](https://wordpress.org/support/users/galegri/)
 * (@galegri)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510220)
 * Changed some of your css and now it works well for me in firefox.
 *     ```
       .widget-front .round-div {
         border: 104px solid #F1F3E6;
         height: 170px;
         left: -54px;
         top: -61px;
         width: 170px;
       }
       ```
   
 * Let me recomend you a browser plugin for web development, [firebug](https://addons.mozilla.org/es/firefox/addon/firebug/).
   Pretty useful.
 *  Thread Starter [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * (@ypanesa)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510223)
 * I absolutely don’t understand, what happend. It worked fine for days and suddenly,
   the border wasn’t large enough anymore. I didn’t see the difference.
 * I am really confused. Thank you so much.
 *  Thread Starter [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * (@ypanesa)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510435)
 * Sorry, but I have the same problem again on this page:
 * [http://der-tut-nichts.info/page/2/](http://der-tut-nichts.info/page/2/)
 * I found this CSS:
 *     ```
       .span6.article-container .round-div {
           height: 115px;
           left: -76px;
           top: -76px;
           width: 115px;
       }
       ```
   
 * but changes from height and width to 130 don’t help. I found this problem after
   the last update. Could someone please be so kind and help. I don’t know CSS very
   well. Firebug shows another 2 errors.
 * PS: The loading time is huge, I don’t know why.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510436)
 * This will override those settings:
 *     ```
       .round-div {
           height: 170px !important;
           left: -54px !important;
           position: absolute;
           top: -66px !important;
           width: 170px !important;
       }
       .thumb-wrapper {
       height: 250px !important
       }
       ```
   
 * Performance is very poor. Could try [P3 plugin](https://wordpress.org/plugins/p3-profiler/)
   which shows you where plugin time is being spent. Otherwise, contact your Hosting
   for advice.
 *  Thread Starter [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * (@ypanesa)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510437)
 * Thank you for your help. Pictures are ok now (of course 😉
 * I already use P3 and I scanned yesterdaay.
    I have 23 plugins with a loading 
   time of 0,429 sec. The loading impact is 45,3 % and Jetpack take the most.
 * That’s why I deactivated Jetpack and the result is
    23 plugins with a loading
   time of 0,27 sec. Now the loading impact is 33,2 % and All In One SEO take the
   most. The second is “other”.
 * It seems to me that the problem must be somewhere else. Normally I get an info
   from my hoster (domainFactory, Germany), when they detect something wrong. But
   I will ask them to be sure.
 * Thank you very much for your help. It is highly appreciated.

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

The topic ‘Featured image problem’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [Ypanesa](https://wordpress.org/support/users/ypanesa/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-15/#post-4510437)
 * Status: not resolved