Hi how can I remove the sidebar from Porfolio items page?
Hi @ajmartin,
Thanks for reaching out.
Please check this related thread https://theme.co/apex/forum/t/add-more-content-to-sidebar-renew/59456/2, but instead of adding. You’ll have to remove this part from that said template
<div class="entry-extra">
<?php x_portfolio_item_tags(); ?>
<?php x_portfolio_item_project_link(); ?>
<?php x_portfolio_item_social(); ?>
<?php get_sidebar(); ?>
</div>
Then you’ll have to add this CSS to Theme Options > CSS
.single-x-portfolio .entry-info {
width: 100%;
float: none !important;
}
Hope this helps.
Thank you!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.