user1978298
user1978298

Reputation: 15

Twitter Bootstrap Navbar Issue

Currently working on my first website for a local business and I'm having an issue with the navbar when viewed on movile devices. If the device is unable to display the entire navbar when you scroll to the right it shows an empty space. I'm not sure what is causing the issue, could someone please point me in the right direction?

Here's the site URL - www.riksystems.com/index.html

Thanks.

Upvotes: 0

Views: 103

Answers (1)

Pete D
Pete D

Reputation: 837

It looks like you have a fixed layout and not a responsive one. Check directly from the getbootstrap how to create a responsive layout and check the code for a responsive navbar so when it is viewed on smaller resolutions the menu will colapse and show a button that you can click on to see the full menu. Click here.

and scroll down for the responsive navbar.

Upvotes: 1

Related Questions