Enable Layout Settings for Custom Post Type Using Genesis Framework
To enable the layout settings for custom post types (CPT) using the Genesis framework, add this line to your theme:
add_post_type_support( 'portfolio', 'genesis-layouts' ); // change portfolio to your CPT