fix active hierarchy in menu and megamenu

This commit is contained in:
Ludovic CANDELLIER
2023-03-14 21:46:57 +01:00
parent 3943fc033f
commit 695d23a139
8 changed files with 74 additions and 15 deletions

View File

@@ -1,15 +1,15 @@
<div class="row bg-light">
<div class="col-5">
<div class="col-sm-6 col-lg-5">
<a href="/"><img src="/img/logo.png" height="52"></a>
<span class="green ml-3">Variétés Paysannes de la Semence à l'Assiette</span>
</div>
<div class="col-3 pt-2">
<div class="col-sm-6 col-lg-3 pt-2">
@include("Shop.layout.partials.search")
</div>
<div class="col-4 pt-2 text-right">
<div class="col-sm-12 col-lg-4 pt-2 text-right">
@include('Shop.layout.partials.header-catalog')
@include("Shop.layout.partials.header-profile")
@include("Shop.layout.partials.header-basket")