← 1 2 Author Posts August 27, 2015 at 4:49 pm #371620 RadModerator Hi there, Please add this as well at Admin > Appearance > Customizer > Custom > Javascript. jQuery( function($) { $( window ).on('load', function() { setTimeout ( function() { $(window).trigger('resize'); } , 300 ); } ); } ); Cheers! August 27, 2015 at 8:22 pm #371755 AlexandraParticipant AHHHH it works!!!! I also changed the width of the table from 100% to white-space: nowrap – not sure if that made any difference. THANK YOU so much! I have been struggling with this for a week now. You guys are crazy amazing! August 28, 2015 at 12:06 am #371922 NicoModerator Glad to hear that it helped you. You can add !important to the white-space:nowrap !important; Probably because it is overwritten with other CSS white-space property. Have a great day! 🙂 Author Posts ← 1 2