Title: mel77's Replies | WordPress.org

---

# mel77

  [  ](https://wordpress.org/support/users/mel77/)

 *   [Profile](https://wordpress.org/support/users/mel77/)
 *   [Topics Started](https://wordpress.org/support/users/mel77/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mel77/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mel77/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mel77/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mel77/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mel77/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [widget page does not work](https://wordpress.org/support/topic/widget-page-does-not-work/)
 *  [mel77](https://wordpress.org/support/users/mel77/)
 * (@mel77)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/widget-page-does-not-work/#post-724249)
 * This fixed my problem with the widgets page – maybe it will help you?
 * [http://wordpress.org/support/topic/165155?replies=3](http://wordpress.org/support/topic/165155?replies=3)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot edit or remove test & RSS widgets](https://wordpress.org/support/topic/cannot-edit-or-remove-test-038-rss-widgets/)
 *  Thread Starter [mel77](https://wordpress.org/support/users/mel77/)
 * (@mel77)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-edit-or-remove-test-038-rss-widgets/#post-726011)
 * OK this fixed it for me.
 * Find: wp-admin/js/widjets.js
 * Find line 20 which looks like this:
    `li.css( 'marginLeft', ( width - 250 ) *-
   1 );`
 * Change the figure 1 on the end to a 0 so the line now looks like this;
    `li.css('
   marginLeft', ( width - 250 ) * -0 );`
 * I notice also in the file there is a comment which says _“// it seems IE chokes
   on these animations because of the positioning/floating_”
 * Does this mean the WordPress people have released this knowing there will be 
   problems with IE?
 * Also I wonder about support here… I have been using WordPress for a week. Over
   the years I have used Mambo, osCommerce and vBulletin where the support forums
   are answered and issues attended to usually within 24 hours by the developers
   and qualified moderators. Here there appears to be no support by such people.

Viewing 2 replies - 1 through 2 (of 2 total)