Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav pushes down Carousel in mobile-sized window #9932

Closed
AntJanus opened this issue Aug 20, 2013 · 0 comments
Closed

Nav pushes down Carousel in mobile-sized window #9932

AntJanus opened this issue Aug 20, 2013 · 0 comments

Comments

@AntJanus
Copy link

Tested on Chrome:

carousel

When the menu is not collapsed, the carousel looks fine:

carousel2

I did a quick fix that seems to work:

.navbar-collapse {
 position: absolute;
 width: 100%;
 background-color: #222222; //background color of the navigation bar
}

After my hacky fix:

carousel3

However, I'm sure there is a better solution.

This bug is probably related to #9901 except that the carousel controls are in the correct place at all times (with the carousel itself).

mdo added a commit that referenced this issue Aug 27, 2013
* Use absolute positioning instead to remove navbar from flow of
document
* No more negative margin fu
* Flip around padding between container and navbar for proper display
in xs and sm viewports
@mdo mdo closed this as completed Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants