Portfolio Item Layout Help!

All my portfolio items are displaying an oversized featured image and the content is pushed to a narrow column on the right side of the page. I would prefer if the featured image is medium sized at the top of the page and the content displays full width. How and where do I adjust these settings? Thanks in advance!

Hey Danny,

What you’re seeing is the Ethos Single Portfolio design. There is no option to change it. There are 2 options you can choose from.

  1. Switch to other stacks. All other stacks have their featured image on top of the content. They just differ in where the portfolio info or meta is located.
  2. Override the portfolio layout using custom CSS. Because it’s just a small and simple CSS with side effects, I’ll provide the override code here. Add the following code in Theme Options > CSS.

Please just note that we cannot always provide override code as part of our theme support.

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
}

Hope that helps.

That worked! Thanks! I’m very impressed with the Xtheme team’s never ending dedication to their users.

One more question on the topic of portfolio items. I noticed on the bottom of a few portfolio items that I copied from the demo, there is a “launch project” see it live button. How do I remove that from the posts?

Thanks again!

Hello Danny,

You can remove the “Launch Project” link by leaving the project link as empty in each of the portfolio item settings.

Hope this helps.

Super! Thanks RueNel. Rock on!

You’re welcome, Danny. Thank you for your kind words.

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