Support

Account

Home Forums Backend Issues (wp-admin) Can't get width to change Reply To: Can't get width to change

  • I’m not exactly sure how your code is running as there is no .exists() function in jQuery.

    try something like $('#theme-width').each(function(){

    jQuery will not act on non existent elements.