/**
* KK Catering — Fix the WPFront notification bar above the header on mobile
*/
add_action( 'wp_head', 'kk_fix_notification_bar' );
function kk_fix_notification_bar() {
?>
/**
* KK Catering — Sticky sidebar quote form on desktop
*/
add_action( 'wp_head', 'kk_sticky_sidebar' );
function kk_sticky_sidebar() {
?>