-
Notifications
You must be signed in to change notification settings - Fork 102
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
Comments
They are in a grid to allow for better visual consistency between posts. With grids they all have the same width. |
I like this meta in theme http://twentyfourteendemo.wordpress.com I need align meta to left. How to this? |
From the theme's admin options go to the "Advanced" tab. .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... |
I just commited a fix for this, you can simply pull the latest commit and you should be ok. |
Thank you 👍 |
Better is inline list...
The text was updated successfully, but these errors were encountered: