Skip to content Skip to sidebar Skip to footer

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><htmllang="en"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="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"