Bootstrap broken my text alignment
-
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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bootstrap broken my text alignment’ is closed to new replies.