On Jan 31, 9:10 pm, Boardshop <[email protected]> wrote:
> Is there an easy way to maintain thenavbar(used to be Topbar) when
> responsive kicks down to smartphone sizes?

I had the same issue and I found that you just need to comment out all
of the lines that refer to .navbar in bootstrap-responsive.css.

The following patch worked for me.


--- bootstrap-responsive-orig.css     2012-02-02 22:19:29.000000000
-0800
+++ bootstrap-responsive.css    2012-02-02 22:19:52.000000000 -0800
@@ -282,7 +282,7 @@
   body {
     padding-top: 0;
   }
-  .navbar-fixed-top {
+/*  .navbar-fixed-top {
     position: static;
     margin-bottom: 18px;
   }
@@ -373,6 +373,7 @@
   .btn-navbar {
     display: block;
   }
+*/
   .nav-collapse {
     overflow: hidden;
     height: 0;

Reply via email to