Réduire la taille du widget?

Bonjour,

Comment réduire la taille du widget ?

1 Like

Salut et bienvenue dans la communauté :wave:

Je dois dire que notre forum communautaire est basé en anglais, nous communiquons donc en anglais pour que tous les membres comprennent de quoi nous parlons :slight_smile:

J’ai partagé votre demande avec les développeurs. Je vous répondrai dès que j’aurai reçu une réponse de leur part !


Hey there and welcome to the Community :wave:

I have to say that our Community forum is English-based, so we communicate in English so that all the members understand what we’re talking about :slight_smile:

I’ve shared your request with the devs. I’ll get back to you once I receive a response from them!

Salut @Gestion_L_atelier_No :wave:

Nous avons résolu le problème en ajoutant ce code au champ CSS personnalisé de l’onglet Style des paramètres de votre widget :

[class*="Main__Container-sc"],
[class*="WidgetBackground__ContentContainer-sc"] {
  height: auto !important;
}

Vérifiez votre site Web et faites-moi savoir si vous aimez ce que vous voyez :slightly_smiling_face:


Hi there @Gestion_L_atelier_No :wave:

We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

[class*="Main__Container-sc"],
[class*="WidgetBackground__ContentContainer-sc"] {
  height: auto !important;
}

Check your website and let me know if you like what you see :slightly_smiling_face:

You might need to translate it…

1 Like

Oops, my bad!

Thank you for your note :wink:

Thank you

2 Likes