I can not make Bootstrap work on the Settings API options in my WordPress theme.
I've added in admin_enqueue_scripts
action along with other JS and CSS
Wp_register_style ('custom_wp_admin_css', get_template_directory_uri (). '/css/bootstrap.min.css', false);
Wp_enqueue_style ('custom_wp_admin_css');
And I've tried a lot of articles, but I still can not figure it out. Is there any way for Bootstrap to work correctly in Wordpress admin?