Questions tagged [jquery-mobile-navbar]
62 questions
-2
votes
1 answer
How to add special styling to bootstrap navbar
Okay, here's the thing: I recently completed a site for a client (bradsdesigns.com) that he designed himself. He wanted his nav bar to match his logo, and on a desktop, it does this. (btw, he mainly wanted customers to look at it from a computer; he…

Dahvid Mitchell
- 7
- 1
-7
votes
1 answer
bootstrap is not responsive
.navbar {
background-color: #808080;
}
.jumbotron{
color: #ffffff;
min-height: 580px;
}
.container {
padding-right: 10px;
padding-left: 15px;
margin-right: AUTO;
margin-left: auto;
}

Bshara Marjieh
- 1
- 2