0

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.

2
  • Try to use bootstrap-responsive styles. Commented Jun 9, 2013 at 17:28
  • 1
    You can duplicate this effect by resizing a desktop browser window to a width below about 1000px. Which is useful, because you have access to Firebug or an element inspector on the desktop. I've seen this sort of thing happen before with repeating backgrounds of unspecified width. Commented Jun 9, 2013 at 17:42

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for this I'll have a look at implementing a responsive navbar.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.