section:first-of-type .elementor-editor-element-settings {display: block !important;}.elementor-inner .elementor-section-wrap > section:first-of-type .elementor-editor-element-settings li {display: inline-block !important;}.elementor-editor-active .elementor-editor-element-setting{height: 25px;line-height: 25px;text-align: center;}.elementor-section.elementor-section-boxed>.elementor-container {max-width: 1320px !important;}.elementor-section-stretched.elementor-section-boxed .elementor-row{padding-left: 5px;padding-right: 5px;}.elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {margin-left: auto;margin-right: auto;} '; $logo_image_size = bizmax_option('logo_image_size'); if(!empty($logo_image_size['width'])){ $bizmax_inline_css .=' .site-branding img { max-width: inherit; } '; } $custom_css = bizmax_option('bizmax_custom_css'); $bizmax_inline_css .= ''.$custom_css.''; wp_add_inline_style('bizmax-inline-style', $bizmax_inline_css); } add_action('wp_enqueue_scripts', 'bizmax_inline_style');