Dawn fiche produit après modification code

bibi12
Tourist
12 0 2

Bonjour,

 

J'ai fait une modification de code que j'ai récupérer sur le forum mais ce n'était pas ce que je voulais. J'ai annulé la modification, mais ce n'est pas revenu à la normal.

Photo et description sur une colonne.

J'ai remis le code modifié.

Je n'ai pas dupliqué, mais là ce code à tout foirer.

Merci d'avance

 

Source : 

bibi12_0-1649930793614.png

 

AvadaCommerce
Trailblazer
2852 652 519
 
 
 ‎01-27-2022 05:09 AM
 

Hi @Riz_bangee 

You can try one of the following solutions: 

Solution #1
1. In your Shopify Admin go to Online store > Themes > Actions > Edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

 

<style>
@media (min-width: 749px){
.product.grid{
justify-content: center !important;
}
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper{
max-width: 300px !important;
}

}


</style>

 

 

 

Replies 0 (0)