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

Carousel Left Chevron margin issue #13629

Closed
X3Technology opened this issue May 20, 2014 · 1 comment
Closed

Carousel Left Chevron margin issue #13629

X3Technology opened this issue May 20, 2014 · 1 comment
Labels

Comments

@X3Technology
Copy link

The following CSS give the left chevron a negative padding of 15px. As a result, the left chevron is 15px closer to the left edge than the right chevron is to the right edge. This is a bigger issue if the carousel is place in a full screen width section as the left chevron will be partially off the left edge of the viewport. Not sure what the rationale was to give it -15px left margin, but I suggest removing it.

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
font-size: 30px;
height: 30px;
margin-left: -15px;
margin-top: -15px;
width: 30px;
}

@cvrebert
Copy link
Collaborator

Already fixed in master by #13242. Please search next time.

@cvrebert cvrebert added the css label May 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants