Fix messing style in admin panel in OpenCart 2

OpenCart 2 is really cool. But it still have some bugs which cause heache for us a lots. One of bugs is messing style in admin panel look like images below.
Login page
Dashboard page
Don’t worry about that. In this post, I will show you how to fix this problem. Please follow the solution below:
Step 1: Edit the file admin\view\template\common\header.tpl
Step 2: Find code
1 2 |
<link href="view/javascript/bootstrap/less/bootstrap.less" rel="stylesheet/less" /> <script src="view/javascript/bootstrap/less-1.7.4.min.js"></script> |
and replace width
1 |
<link href="view/javascript/bootstrap/css/bootstrap.css" rel="stylesheet" /> |
Step 3: Recheck your admin panel
Please note that this problem will be fixed in the next version of OpenCart.
-
marcos
Categories
- Extensions (6)
- Free Extensions (5)
- OpenCart 2 (14)
- Premium Extensions (3)
- Tips & Tricks (14)
- Tutorials (11)
- Uncategorized (1)
Featured Posts
Recent Posts
- Customize style of your theme with Visual Theme Editor completely
- How to change number of products in one row in the category page
- How to change language from a url link in OpenCart 2
- How to increase number of categories in autocomplete box
- How to display module on all layouts in OpenCart 2