No content to show
User Activity
10-26-2023
I solved it with this code but it seems too big only in the desktop version: {% if product.handle == 'serum-oro-24k' %}
<div style="margin-bottom: -20px;">
<img src="https://cdn.shopify.com/s/files/1/0785/9758/7282/files/10_PEZZI_RIMASTI_1000_x...
10-26-2023
now it's too small in mobile version
10-26-2023
something like this? But seems too big {% if product.handle == 'siero-oro-24k' %} <div style="margin-bottom: -20px; width: 100%;"> <img src="https://cdn.shopify.com/s/files/1/0785/9758/7282/files/10_PEZZI_RIMASTI_1000_x_200_px_2.png?v=1698154030" cl...
10-26-2023
Hi @laddisahsi I don't want to edit code in the theme liquid because it creates problems in my theme over time long run. I want to edit only the liquid code and set it the same size as the buy button. Thank you
Good morning, For the liquid code of my store I would like to make sure that the size of the image above the buy now button is always equal to the size of the buy now button in all device like mobile phone and PC. How can I do? This is my link of pro...