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

Center an image #62

Closed
kakubei opened this issue Mar 12, 2014 · 0 comments
Closed

Center an image #62

kakubei opened this issue Mar 12, 2014 · 0 comments

Comments

@kakubei
Copy link

kakubei commented Mar 12, 2014

Ok, another stupid question, how do you center elements? In the following image I have:

.main-container {
  width: 100%;
  $zen-column-count: 3;
  @include zen-grid-container;
  margin: 0 auto;
}

.title { @include zen-grid-item(3,2) }
.map { @include zen-grid-item(3,2) }

Yet these 2 items, title and map are not centered (see image). They won't be centered even if I give .main-container a column-count of 1 and do:

.title { @include zen-grid-item(1,1) }

I'm sure I'm missing something.

Thanks
not-centered

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