Notice

If you are going to submit ticket for our themes support , then make sure we are not providing support for any Porn/Adult related websites.
When You Submit Ticket Please Include Your WordPress & FTP login info with Website URL so When our team will see any error then there was no need to wait for login info, Our Team will fix that ASAP.
We are offering Designing services like LOGO Design and Banner Design etc.

Okay
  Print

Featured image on the display post page?

First of All Please use image 870px width & 500px Width.

We have 2 solution for Featured image on the display post page.

1- You don't want to apply any size just show which you have upload , Then add this code in Your custom.css file, from WordPress Editor.

.thumb img 
{
width: auto !important;
}
.thumb {
    background: none repeat scroll 0 0 #fff !important;
}
(Note :Replace #fff with your own backgroung color.

This one is best. )

And 2nd Point is this You want to show image fit on thumbnail image area, So then apply this code in you custom.css file. 

.thumb img 
{
width: 870px;
height: 500px;
}<br>