How to remove sidebar on portfolio pages?

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support How to remove sidebar on portfolio pages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10170
    hdavy2002
    Participant

    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

    #10177
    Veena
    Moderator

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.