fix product detail page container
This commit is contained in:
parent
96dde88d84
commit
d3f3e1707a
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
{% sw_extends '@Storefront/storefront/page/content/product-detail.html.twig' %}
|
{% sw_extends '@Storefront/storefront/page/content/product-detail.html.twig' %}
|
||||||
|
|
||||||
{% block cms_breadcrumb %}{% endblock %}
|
{% block cms_breadcrumb %}{% endblock %}
|
||||||
|
|
||||||
|
{% block base_main_inner %}
|
||||||
|
<div class="container">
|
||||||
|
{{ parent() }}
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue