Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
Our Blog config / layout is set to ‘content and sidebar’ and our Single Post layout also to ‘incl sidebar’. That works fine.
Is it possible to configure the portfolio items so, that they show the picture above and the text full (container) width. Actual the text width looks like the container width minus the sidebar width…
See: https://protomationsite.com/protomation_portfolio/generic-reformer/
Do you have a solution?
Best regards, Frank.
Hello,
the “sidebar” in single portfolio description is actually the Project Details area. To remove it and give full space to the Project Description i added this code into your custom css box:
.single_portfolio_container .row-fluid .span9 {
width: 100% !important;
}
Please check your site and let us know.
Best regards!
Hello,
Thank you! That is resolved.
Best regards, Frank.
You must be logged in to reply to this topic.