Hi

I'm building the homepage and I'm trying to center align an image slider 
(I'm using bootstrap carousel).
The problem is that it's placed inside the col-md-7-middle div while I'd 
like to place it in the row div (only in the home page).

In my base.html I have:

<div class="container">
<div class="row">

<div class="col-md-7 middle">
    {% block main %}{% endblock %}
</div>

</div>
</div>

I don't want to change it, because it's ok for the other pages.
But I'd like my index.html to be based on this  template:

<div class="container">
<div class="row">
  {% block main %}{% endblock %}
</div>
</div>

How can I achieve it?

Many thanks
Federico

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to