Remove Righthand Sidebar Portfolio

How do I remove the righthand sidebar in the portfolio section ?

Thank you !

Hello Mark,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-portfolio .entry-info,
.x-portfolio .entry-extra {
    float: none;
    width: 100%;
}

The right side section goes to the bottom of the portfolio item page.

Thank you !

You are most welcome!

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