I had the same problem, I managed to solve it by adding the following code in jQuery:
jQuery(window).on(‘resize’, function(){
jQuery(“#THE-ID-OF-YOUR-STICKY-MENU”).css(‘width’, ‘100%’);
});
I had the same problem and I resolved it by adding two columns (“spam” and “deleted”) in wp_users:
View post on imgur.com