Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #371620

    Rad
    Moderator

    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!

    #371755

    Alexandra
    Participant

    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!

    #371922

    Nico
    Moderator

    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! 🙂