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

Removes auto center from theme - v4.2.8 #1104

Merged
merged 1 commit into from
Feb 24, 2017

Conversation

stevenwanderski
Copy link
Owner

Previously when using the theme file, all sliders would be auto-centered because of the style: margin: 0 auto 60px. This is no longer desirable since auto-centered should not be the default. If centered is still wanted, include the following in a custom CSS file:

.bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@stevenwanderski stevenwanderski self-assigned this Feb 24, 2017
@stevenwanderski stevenwanderski merged commit d68b261 into master Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant