Full width on portfolio pages

Hi guys
can you help me with this, I am using a demo and want to build ten portfolio posts to have a similar style to the home page.
URL home page: http://nextleaptrainingsolutions.com/
Portfolio post: http://nextleaptrainingsolutions.com/portfolio-item/better-self-management-skills/

thanks in advance
Phil

Hi Phil,

Unfortunately, the links you have provided are under the maintenance mode and I could not access. Please kindly give us the admin information using the Secure Note so that we can see the pages.

Thank you.

Hi Chris
Sorry about the blip secure note now attached.
thanks

Hello Phil,

I went ahead and edit your portfolio item. I enabled the “Inner Container” in each of the row settings and then I added this custom css in your Theme Options.

/*____single_portfolio_____*/
.x-portfolio > .entry-wrap > .x-container.max.width,
.x-portfolio .entry-wrap .entry-content.content {
    width: 100%;
    padding: 0;
}

.single .x-portfolio .entry-featured,
.single .x-portfolio .entry-extra {
    display: none;
}

.single .x-portfolio .entry-wrap {
    padding-bottom: 0;
}

You can now create more portfolio items using Cornerstone page builder. By the way, you must insert a featured image for each portfolio item so that the image will display in your portfolio page.

Please check your site now.

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