.home .bottom-header-outer-wrapper { padding: 15px 0; position: absolute; z-index: 99; width: 100%; } '; } } // Hook the function into the wp_head action add_action('wp_head', 'auto_mechanic_custom_css'); // Woocommerce Related Products Settings function auto_mechanic_related_product_css() { $auto_mechanic_related_product_show_hide = get_theme_mod('auto_mechanic_related_product_show_hide', true); if ( $auto_mechanic_related_product_show_hide != true) { ?>