breadcrumbs position

This commit is contained in:
Priec
2026-06-25 15:03:13 +02:00
parent c0f4d0c93c
commit 2ed069ea63
5 changed files with 47 additions and 30 deletions

View File

@@ -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