Add support for Layouts to CPT single entries
<?php // Code goes in child theme’s functions.php. // Add support for Layouts to a CPT's single entries add_post_type_support( 'portfolio', 'genesis-layouts' );