Recherche, etiré 
Author: Maximilien V.
Visited 235,
Followers 1,
Shared 0
Bonjour à toutes et tous
A quand la possibilité d'afficher la fonction recherche en mode ETIRE ???

Exemple :

Bonne fêtes de fin d'année à toutes et à tous
Max
Posted on the

Bonjour Maximilien,
merci de votre message, je vais à signaler la suggestion.
Je vous souhaite un joyeux Noël.
Author
A toutes fins utiles
<style id="wx5-cartsearch-final-fix">
/* =====================================================
WX5 CARTSEARCH — FIX GRILLE PRODUITS (DÉFINITIF)
===================================================== */
/* 1. Supprime la colonne centrale fixe (1200px) */
#imPage,
#imContent{
grid-template-columns: 0 minmax(0, 1fr) 0 !important;
max-width: none !important;
width: 100% !important;
margin: 0 !important;
}
/* 2. Le conteneur boutique doit occuper TOUTE la grille */
#im-cartsearch-container{
grid-column: 1 / 4 !important;
width: 100% !important;
max-width: none !important;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
}
/* 3. >>> LA VRAIE GRILLE PRODUITS <<< */
#im-products .im-cc-products-cardlayout{
display: grid !important;
width: 100% !important;
max-width: none !important;
justify-content: stretch !important;
align-items: stretch !important;
gap: 16px !important;
}
/* 4. Desktop large : 4 colonnes (TA DEMANDE) */
@media (min-width: 1200px){
#im-products .im-cc-products-cardlayout{
grid-template-columns: repeat(4, 1fr) !important;
}
}
/* 5. Tablette */
@media (max-width: 1199px){
#im-products .im-cc-products-cardlayout{
grid-template-columns: repeat(3, 1fr) !important;
}
}
/* 6. Mobile */
@media (max-width: 767px){
#im-products .im-cc-products-cardlayout{
grid-template-columns: repeat(2, 1fr) !important;
}
}
/* 7. Les cartes doivent être fluides */
#im-products .im-cc-products-card{
width: 100% !important;
max-width: none !important;
margin: 0 !important;
}
</style>
Author
Et pour analyse et avis