Replies: 0
Hello ,
I create plugin that to add custom admin page and all things is well, but i used bootsrap in my style
wp_enqueue_style(‘.bootstrap’, plugins_url(‘/assets/css/bootstrap.min.css’,__FILE__));
wp_enqueue_style(‘bootstrap’, plugins_url(‘/assets/css/bootstrap.css’,__FILE__));
now i face aproblem with my admin menu and all the text in my dashboard isalignment to left and i’m sure i add the lang rtl . when i stop the bootsrap all things come will but when i active it the text alignment to left.
what could be the problem?
https://ibb.co/9TF7jhg picture show you the problem
thank you