How to remove portfolio sidebar

  • Posted in : Responsy WP
  • sheridanp
    Participant

    Hello
    Is it possible to remove the sidebar on portfolio details page (where project details are shown)? I would like the portfolio images to be fullwidth and the project details above the first image. I have removed the project details text (eg Project, description, client etc) but the space for the sidebar still shows.
    Thanks for your help.

    ahmetsali
    Keymaster

    Hi, paste the code below to the “External Stylesheet/JavaScript” box located in Theme Settings > Style

    <script>
    jQuery(document).ready(function($) {
    $('.portfolio-single').removeClass('span9').addClass('span12');   
    $('.portfolio-sidebar').removeClass('span3').addClass('span12').insertAfter($('.portfolio-single'));   
    $('.page-header + .span9').removeClass('span9').addClass('span12');
    });
    </script>
    
    sheridanp
    Participant

    hi this doesnt seem to do anything. there is still a large space on the sidebar of the portfolio images

    ahmetsali
    Keymaster

    can you provide your url?

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.