Hey guys,
I am using metafilds in a custom liquid to put custom texts on product descriptions. However, I have a problem with image alignment. It fits perfectly with the desktop, but on mobile it is formatted without formatting. Can anyone help me?
The custom code I’m using is:
<img style=“display: block; margin-left: auto; margin-right: auto; width: auto” src={{product.metafields.custom.imagem_problema_solu_o | img_url: ‘800x’}}>
Desktop
Mobile

