Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Text is not centered and sticks to the left #22

Open
Zerokami opened this issue Dec 23, 2017 · 1 comment
Open

Text is not centered and sticks to the left #22

Zerokami opened this issue Dec 23, 2017 · 1 comment

Comments

@Zerokami
Copy link

Zerokami commented Dec 23, 2017

I'm trying to integrate this theme into my project and the results is that the text in my blog posts sticks to the left instead of centering.

I even ran a collectstatic.

@Zerokami
Copy link
Author

Zerokami commented Dec 23, 2017

Fixed by chainging extend_base


{% block extend_base %}
  <div class="row">
    <div class="col-md-10 col-sm-12 col-lg-8  col-centered">
    {% block content %}{% endblock %}
    </div>
  </div>
{% endblock extend_base %}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant