It's most likely forcing a "display:block" and or "clear:both" on all list item (li) elements. This may be necessary for their theme styling and if you try to disable that, could break the theme admin pages. Again, as David said, hard to say without seeing the actual page.
Your best bet is to approach your theme developer and discuss this with them. They should be able to go back and enqueue their scripts ONLY on THEIR theme admin pages so it doesn't conflict with other plugins like Gravity Forms.
http://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts
see the example titled "Target a Specific Admin Page"
Posted 12 years ago on Tuesday April 24, 2012 |
Permalink