zartgesotten
1/8/2020 - 3:49 PM

Sticky Row in Beaver Builder

.wpd-sticky-row {
    z-index: 465677887!important;
}
jQuery(document).ready(function(){
    if( jQuery('body').hasClass('fl-builder-edit') )
        return;
        
    jQuery(".wpd-sticky-row").sticky({topSpacing:0});
});