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'; } $site_logo_url = $theme_mod['site_logo_url'] && $theme_mod['site_logo_url'] != '#' ? esc_url($theme_mod['site_logo_url']) : esc_url(home_url('/')); $dropdown_position = $theme_mod['dropdown_menu_position'] ?: 'right'; ?>