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

Improve responsive display of Published | Last updated post info #3

Closed
bobbingwide opened this issue May 12, 2016 · 1 comment
Closed

Comments

@bobbingwide
Copy link
Owner

bobbingwide commented May 12, 2016

For each bit of content in the genesis-oik and genesis-a2z themes the Published and Last updated dates are displayed in a paragraph of class "entry-meta" with a vertical bar / split bar separator before the Last updated label.

At certain display widths it makes sense to display the information on two lines rather than seeing it wrap. This could be achieved by enclosing the split-bar in a stylable span.

    $string .= '<span class="splitbar">';
    $string .= ' | ';
    $string .= '</span>';

The class name of splitbar looks odd. Perhaps it should be "sepbar"

@bobbingwide
Copy link
Owner Author

Note: This has already been implemented in genesis-a2z

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

1 participant