How to remove sidebar on portfolio pages? Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › How to remove sidebar on portfolio pages? This topic has 1 reply, 2 voices, and was last updated 10 years, 2 months ago by Veena. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 29, 2014 at 5:22 am #10170 hdavy2002Participant I am trying to remove the app details side bar on portfolio pages. See http://rounddisk.com/?portfolio=click-here-for-windows-os Cannot find any option to do so. Thanks in advance folks October 29, 2014 at 12:03 pm #10177 VeenaModerator Pls use the below custom CSS – .portfolio-sidebar.threecol.last { display: none; } .single-portfolio .ninecol { width: 100%; } .flex-direction-nav .flex-prev { right: 300px; } .flex-direction-nav .flex-next { right: 270px; } or else instead of giving portfolio side bar – display none, you can remove line no:49 to line no:94 in single-portfolio.php file. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Appdev Theme Support’ is closed to new topics and replies.