Bootstrap 3 Navbar Doesn't Switch To "mobile" Version
I'm trying to use Bootstrap navbar as page header in a Laravel Project and I'm facing this problem: if I test my page on a desktop browser (Chrome, Firefox and IE) stretching the p
Solution 1:
There is instruction in the basic template of Bootstrap docs:
Copy the HTML below to begin working with a minimal Bootstrap document:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
Post a Comment for "Bootstrap 3 Navbar Doesn't Switch To "mobile" Version"