FROM CACHE - fr_header
Cette communauté a fait place à une assistance de pair-à-pair. L’assistance Shopify ne sera plus proposée pour cette communauté. Nous vous encourageons à entrer en contact avec d’autres marchands et partenaires pour obtenir de l’aide et partager vos expériences ! Veuillez continuer à signaler tout ce qui va à l'encontre de notre Code de conduite ou tout contenu que vous souhaitez faire supprimer.

Shop Buklder: section custom CSS add characters in the value field

Shop Buklder: section custom CSS add characters in the value field

fcpxstudio
Visiteur
1 0 0

Working with the website builder, I try to add a custom css on a media section (my store is builed on the Impact theme but I think the error is on shopify side). I want to change the grid-template-columns proprety of a media section, here is my custom css code:

 

media-grid {
  grid-template-columns: minmax(160px, auto) auto auto;
}

 

 

Once saved, the change doesn't work and a strange tag is added in the css code when I inspect the page with Chrome DevTool:

CleanShot 2023-03-24 at 16.05.40@2x.png

 

 

 

 

 

 

 

 

 

 

The tag #shopify-section-template--18056017772842__media-grid  has been added in the minmax value. That create an error and disable the line.

 

Everything works fine if I manually remove the tag with the DevTool. Does someone knows why this tag is being added and how to fix this issue? Any hint is welcome.

 

Thank you.

 

UPDATE: The same tag is added in each minmax value I write in this custom CSS section.

 

  • CSS
0 RÉPONSES 0