breadcrumbs position
This commit is contained in:
@@ -254,7 +254,10 @@
|
||||
<div x-cloak x-show="cats" x-transition.opacity @click="cats = false" aria-hidden="true"
|
||||
class="fixed inset-0 z-30 bg-black/50 lg:hidden"></div>
|
||||
|
||||
<div class="mx-auto flex w-full max-w-7xl gap-8 px-4 py-8">
|
||||
<div class="mx-auto w-full max-w-7xl px-4 py-8">
|
||||
<!-- page breadcrumbs: full width, above the sidebar + content row -->
|
||||
{% block breadcrumbs %}{% endblock breadcrumbs %}
|
||||
<div class="flex w-full gap-8">
|
||||
{% if account_nav %}
|
||||
<!-- account-area sidebar: replaces the storefront categories while the
|
||||
customer is inside /account/*. -->
|
||||
@@ -286,6 +289,7 @@
|
||||
<main class="min-w-0 flex-1">
|
||||
{% block content %}{% endblock content %}
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- site footer (Kompress design): brand blurb + Informácie / Účet / Kontakt
|
||||
|
||||
Reference in New Issue
Block a user