Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #315448

    Optimize Press is causing the admin panel drop downs to look funky. When I deactivate optimize press, no issue. When I activate it, issue returns. Take a look at the screen shot.

    http://cl.ly/image/3Y2Q080s0P0C

    #315480

    Hey!

    Try adding this at the very end of your theme functions.php file:

    function my_custom_admin_head(){
    echo '<style>#wpwrap .avia_style_wrap select { width: 260px !important; }</style>';
    }
    add_action('admin_head', 'my_custom_admin_head');

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.