Sorry for the confusion. What you see is the Ethos’ Single Portfolio stack design. The design’s intent is to showcase a piece of artwork with short description as you can see in the demo at http://demo.theme.co/ethos-1/portfolio-item/sierra-farm/. What you’re looking for is Integrity’s design (see http://demo.theme.co/integrity-1/portfolio-item/sierra-farm/). You might want to switch to Integrity as continuing with Ethos would require custom CSS which is outside the scope of our support and not recommended for this case because we’re dealing with a pre-designed template.
I could offer some guidance regarding your current setup though. You currently have this custom CSS
@media only screen and (min-width: 1024px) {
.single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap {
width: 50%;
}
}
You can change that to 100% to make the featured image area and the content span full-width. The rest of the customization and issues that might come up from the use of that code would require additional custom development. I’d recommend you consult with a web developer for this.
Thank you for understanding.