Portfolio item page display issues

Hello Themeco support,

I’ve just set up my portfolio and came across the following problem:
If I open a portfolio element, the content only shows up on the right side of the screen, leaving a 2/3 gap in width on the left side. The portfolio option is not usable in this state.

How do I fix this?

Thanks for your help.

Hello There,

Thanks for writing in! I have checked your site and your portfolio items. It seems that you did not set up a featured images and other portfolio item descriptions. In a normal portfolio item using Ethos stack you will have a 2/3 for the featured image and 1/3 for the description and other portfolio item options. Please check out how should it look like:
http://demo.theme.co/ethos-1/portfolio-item/sierra-farm/
http://demo.theme.co/ethos-1/portfolio-item/roman-forum/
http://demo.theme.co/ethos-1/portfolio-item/keyhole-arch/

To resolve your issue, insert a featured image.

Hope this helps.

Thanks for the fast reply.

That makes sense.

One more question:
Is there a way to remove the fixed layout (2/3 image, 1/3 text) and to customize each post’s layout with f.e. “The Grid”?

Hello There,

If you want to have a 1/1 column instead, please add the following CSS code in the Pro > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
}

You can then insert a grid or any contents in the portfolio description area.

Hope this helps.

Thanks. That really helped.

Have a nice day.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.