I don’t want it on any post as I want then to be the full width.
What css do i need to change.?
Thanks
]]>I have managed to get rid of the side bar on posts by getting rid of “” but can’t get the width of the post to fill where the sidebar was.
]]>if( ( ‘no-sidebars’ != pinboard_get_option( ‘layout’ ) ) && ( ‘full-width’ != pinboard_get_option( ‘layout’ ) ) ) :
get_sidebar();
php endif;