Title: ajgon's Replies | WordPress.org

---

# ajgon

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Gallery sort order drag/drop weirdness](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-sort-order-dragdrop-weirdness/)
 *  [ajgon](https://wordpress.org/support/users/ajgon/)
 * (@ajgon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-sort-order-dragdrop-weirdness/#post-2643253)
 * Howdy,
 * I had the same problem – it appeared that new WP has set ‘position: relative;’
   on #wpbody container and all absolute positioning on sortable elements are ruined(
   they are not created in main body node, but much more inside). So the quick, 
   dirty and working solution for now is:
 * #wpbody {
    position: static !important; }
 * at the end of the /wp-content/plugins/nextgen-gallery/admin/css/nggadmin.css .
 * Hope this helps!

Viewing 1 replies (of 1 total)