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

Why is applied grid for post meta in article? #556

Closed
JosefJezek opened this issue Mar 27, 2014 · 5 comments
Closed

Why is applied grid for post meta in article? #556

JosefJezek opened this issue Mar 27, 2014 · 5 comments
Milestone

Comments

@JosefJezek
Copy link

Better is inline list...

<ul class="list-inline">
  <li>...</li>
</ul>
@aristath
Copy link
Collaborator

They are in a grid to allow for better visual consistency between posts. With grids they all have the same width.

@JosefJezek
Copy link
Author

I like this meta in theme http://twentyfourteendemo.wordpress.com

I need align meta to left. How to this?

@aristath
Copy link
Collaborator

aristath commented Apr 2, 2014

From the theme's admin options go to the "Advanced" tab.
Paste this in the "Custom Less" field:

.row-meta {
    span.col-md-12,
    span.col-md-6,
    span.col-md-4,
    span.col-md-3,
    span.col-md-2,
    span.col-md-1 {
        width: auto;
    }
}

Save your options and the meta will be properly aligned to the left.

We'll include this fix in the next theme release as well.

Thank you for the idea...

@aristath aristath reopened this Apr 2, 2014
@aristath
Copy link
Collaborator

aristath commented Apr 2, 2014

I just commited a fix for this, you can simply pull the latest commit and you should be ok.

@JosefJezek
Copy link
Author

Thank you 👍

@aristath aristath added this to the 3.3 milestone Apr 2, 2014
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

No branches or pull requests

2 participants