
Well some how by trial and error I was able to take care of this.
I added this to functions.php //uk-sticky-placeholder class beans_remove_markup( 'beans_site' ); beans_remove_markup( 'theme_article','uk-sticky-placeholder' );
And this my css
.uk-sticky-placeholder {
height: 103px !important;
}
It works!