theme_options; $content_layout = $theme_mod['header_content_layout_type']; $nav_width = isset($theme_mod['main_layout_type']) ? $theme_mod['main_layout_type'] : 'container-fluid'; // For sticky menu to match site width $stickable = ''; if (isset($theme_mod['attire_nav_behavior']) && $theme_mod['attire_nav_behavior'] === 'sticky') { $stickable = ' stickable'; } ?>