https://carltondc.com/Jaffer/wp-content/themes/layout-builder/style.css
I also so something about flex height in the functions$args = array(
‘default-image’ => get_stylesheet_directory_uri() . ‘/img/header.jpg’,
‘header-text’ => true,
‘default-text-color’ => ‘ffffff’,
‘width’ => absint( sgwindow_get_theme_mod( ‘size_image’ ) ),
‘height’ => absint( sgwindow_get_theme_mod( ‘size_image_height’ ) ),
‘flex-height’ => true,
‘flex-width’ => true,
Tried changing to false but no change
Thanks!