Hi im using venture theme - i want product thumbs above description so the are 100% width but they are not showing if i move ?
https://59j7s072k1u7di5g-8101462096.shopifypreview.com
Show More
{% render 'preorder-now-collection-item', product: product %} {% assign product_image_size = '480x480' %} {%- if settings.product_vendor_enable -%} {%- endif -%} {% comment %} Get first variant, or deep linked one {% endcomment %} {% assign current_variant = product.selected_or_first_available_variant %} {% assign variants_with_unit_price = product.variants | where: "unit_price_measurement" %}
{%- assign featured_image = current_variant.featured_image | default: product.featured_image -%} {%- for image in product.images -%}
{% assign img_url = image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' %}
{%- endfor -%}
{% if product.images.size > 2 %} {% comment %} Add SVG icon snippets to an object for custom slider arrows {% endcomment %} {% endif %}
{% if settings.product_vendor_enable %}
{{ product.vendor }}
{% endif %}# {{ product.title }}- {{ 'products.product.on_sale' | t }}
{% capture "form_class" %}product-form{% if section.settings.enable_payment_button %} product-form--payment-button{% endif %}{%- endcapture %} {% capture "form_id" %}AddToCartForm-{{ section.id }}{%- endcapture %} {% form 'product', product, class:form_class, id:form_id %} {% unless product.has_only_default_variant %} {% for option in product.options_with_values %}
{% endfor %} {% endunless %}
{% if section.settings.enable_payment_button %} {{ form | payment_button }} {% endif %}
{% endform %} {%- if shop.taxes_included or shop.shipping_policy.body != blank -%}{%- if shop.taxes_included -%} {{ 'products.product.include_taxes' | t }} {%- endif -%} {%- if shop.shipping_policy.body != blank -%} {{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }} {%- endif -%}
{%- endif -%}- {% unless product.compare_at_price_max > product.price %} {{ 'products.product.regular_price' | t }} {% endunless %} {{ current_variant.price | money }}
{% if product.compare_at_price_max > product.price %}- {{ 'products.product.regular_price' | t }} ~~{{ current_variant.compare_at_price | money }}~~
{% endif %} {%- if variants_with_unit_price.size > 0 -%}- {% include 'product-unit-price', product_variant: current_variant %}
{%- endif -%} {% if section.settings.stock_enable %}- {% if current_variant.inventory_management %} {% if current_variant.inventory_quantity < 10 and current_variant.inventory_quantity > 0 %} {% assign qty = current_variant.inventory_quantity %} {{ 'products.product.stock_available' | t: count: qty }} {% elsif current_variant.inventory_quantity == 0 or current_variant.inventory_quantity < 0 and current_variant.incoming %} {% if current_variant.available %} {% assign date = current_variant.next_incoming_date | date: format: 'date' %} {{ 'products.product.will_not_ship_until' | t: date: date }} {% else %} {% assign date = current_variant.next_incoming_date | date: format: 'date' %} {{ 'products.product.will_be_in_stock_after' | t: date: date }} {% endif %} {% endif %} {% endif %} {% endif %}
---
{% if product.images.size > 1 %}
{% for image in product.images %}
{% endfor %}
{% endif %}{{ product.description }}
{% if section.settings.social_sharing_products %}
---
{% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %}{{ product.metafields.spr.reviews }}
{% unless product == empty %} {% if section.settings.stock_enable %} {% endif %} {% endunless %} {% schema %} { "name": { "da": "Produktsider", "de": "Produktseiten", "en": "Product pages", "es": "Páginas de productos", "fi": "Tuotesivut", "fr": "Pages de produits", "hi": "उत्पाद पेज", "it": "Pagine di prodotto", "ja": "商品ページ", "ko": "제품 페이지", "ms": "Halaman produk", "nb": "Produktsider", "nl": "Productpagina's", "pt-BR": "Páginas de produtos", "pt-PT": "Páginas de produtos", "sv": "Produktsidor", "th": "หน้าสินค้า", "zh-CN": "产品页面", "zh-TW": "產品頁面" }, "settings": [ { "type": "checkbox", "id": "enable_ajax", "label": { "da": "Bliv på aktuel side, når vare lægges i indkøbskurven", "de": "Auf der aktuellen Seite bleiben, wenn Artikel hinzugefügt wird", "en": "Stay on current page when item is added to cart", "es": "Permanece en la página actual al agregar el artículo al carrito.", "fi": "Pysy nykyisellä sivulla, kun tuote lisätään ostoskoriin", "fr": "Rester sur la page actuelle lorsqu'un article est ajouté au panier", "hi": "जब वस्तु कार्ट में जोड़ी जाती है तो वर्तमान पेज पर रहें", "it": "Resta sulla stessa pagina quando l'articolo viene aggiunto al carrello", "ja": "アイテムがカートに追加されたときに現在のページにとどまる", "ko": "카트에 품목이 추가되면 현재 페이지에 머무십시오", "ms": "Kekal di halaman semasa apabila item ditambahkan ke troli", "nb": "Bli på nåværende side når vare legges i handlekurven", "nl": "Blijf op de huidige pagina wanneer het product is toegevoegd", "pt-BR": "Permanecer na página atual quando o item for adicionado ao carrinho", "pt-PT": "Permanecer na página atual quando o item é adicionado ao carrinho", "sv": "Stanna på nuvarande sida när objektet läggs i kundvagnen", "th": "อยู่ในหน้าปัจจุบันเมื่อมีการเพิ่มรายการลงในตะกร้าสินค้า", "zh-CN": "在将产品添加到购物车时停留在当前页面", "zh-TW": "商品加入購物車時留在目前頁面" }, "default": true }, { "type": "checkbox", "id": "stock_enable", "label": { "da": "Vis lagerbeholdning, når der er mindre end 10 tilgængelige produkter", "de": "Bestand anzeigen, wenn weniger als 10 Produkte verfügbar sind", "en": "Show stock when less than 10 products available", "es": "Mostrar inventario cuando haya menos de 10 productos disponibles.", "fi": "Näytä varastotiedot, kun saatavilla on alle 10 tuotetta", "fr": "Afficher le stock lorsque moins de 10 produits sont disponibles", "hi": "10 से कम उत्पाद उपलब्ध होने पर स्टॉक दिखाएं", "it": "Mostra quantità prodotti disponibili quando ne restano meno di 10", "ja": "商品の在庫数が10個以下の場合は在庫を表示する", "ko": "사용할 수 있는 제품이 10개 미만인 경우 재고 표시", "ms": "Tunjukkan stok apabila kurang dari 10 produk yang tersedia", "nb": "Vis lagerbeholdning når mindre enn 10 produkter er tilgjengelig", "nl": "Laat voorraad zien wanneer minder dan 10 producten beschikbaar zijn", "pt-BR": "Exibir estoque quando há menos de 10 produtos disponíveis", "pt-PT": "Mostrar stock quando há menos de 10 produtos disponíveis", "sv": "Visa lager när mindre än 10 produkter är tillgängliga", "th": "แสดงสต็อกเมื่อมีสินค้าพร้อมจำหน่ายน้อยกว่า 10 ชิ้น", "zh-CN": "在可供货的产品不足 10 个时显示库存", "zh-TW": "可提供產品少於 10 項時顯示庫存。" }, "default": false }, { "type": "checkbox", "id": "enable_payment_button", "label": { "da": "Vis dynamisk betalingsknap", "de": "Dynamischen Checkout Button anzeigen", "en": "Show dynamic checkout button", "es": "Mostrar botón de pago dinámico", "fi": "Näytä dynaaminen kassapainike", "fr": "Afficher le bouton de passage à la caisse dynamique", "hi": "डायनेमिक चेकआउट बटन दिखाएं", "it": "Mostra pulsante di check-out dinamico", "ja": "ダイナミックチェックアウトボタンを表示する", "ko": "동적 결제 버튼 표시", "ms": "Tunjukkan butang daftar keluar dinamik", "nb": "Vis dynamisk knapp for å gå til kassen", "nl": "Dynamische checkout knop weergeven", "pt-BR": "Exibir botão dinâmico de finalização da compra", "pt-PT": "Mostrar o botão dinâmico de finalização da compra", "sv": "Visa dynamiska utcheckningsknappar", "th": "แสดงปุ่มชำระเงินแบบไดนามิก", "zh-CN": "显示动态结账按钮", "zh-TW": "顯示動態結帳按鈕" }, "info": { "da": "Den enkelte kunde vil se sin foretrukne betalingsmetode blandt dem, der er tilgængelige i din butik, f.eks. PayPal eller Apple Pay. [Få mere at vide](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "de": "Jeder Kunde sieht seine bevorzugte Zahlungsmethode aus den in Ihrem Shop verfügbaren Zahlungsmethoden wie PayPal oder Apple Pay. [Mehr Infos](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "en": "Each customer will see their preferred payment method from those available on your store, such as PayPal or Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "es": "Cada cliente verá su forma de pago preferida entre las disponibles en tu tienda, como PayPal o Apple Pay. [Más información](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "fi": "Kukin asiakas näkee ensisijaisen valintansa kauppasi tarjoamista maksutavoista, esim. PayPal tai Apple Pay. [Lisätietoja](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "fr": "Chaque client verra son moyen de paiement préféré parmi ceux qui sont proposés sur votre boutique, tels que PayPal ou Apple Pay. [En savoir plus](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "hi": "प्रत्येक ग्राहक आपके स्टोर पर उपलब्ध अपनी पसंदीदा भुगतान की विधि देखेंगे जैसे PayPal या Apple Pay. [अधिक जानें](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "it": "Ogni cliente vedrà il suo metodo di pagamento preferito tra quelli disponibili nel tuo negozio, come PayPal o Apple Pay. [Maggiori informazioni](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "ja": "PayPalやApple Payなど、ストアで利用可能な希望の決済方法がお客様に表示されます。[もっと詳しく](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "ko": "각 고객은 PayPal 또는 Apple Pay와 같이 스토어에서 사용 가능한 지불 방법을 확인할 수 있습니다. [자세히 알아보기](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "ms": "Setiap pelanggan akan melihat kaedah pembayaran keutamaan mereka dari yang tersedia di kedai anda, seperti PayPal atau Apple Pay. [Ketahui lebih lanjut](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "nb": "Hver enkelt kunde vil se sin foretrukne betalingsmåte blant de som er tilgjengelig i butikken din, som PayPal eller Apple Pay. [Finn ut mer](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "nl": "Elke klant ziet zijn of haar beschikbare voorkeursmethode om af te rekenen, zoals PayPal of Apple Pay. [Meer informatie](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "pt-BR": "Cada cliente verá sua forma de pagamento preferida dentre as disponíveis na loja, como PayPal ou Apple Pay. [Saiba mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "pt-PT": "Cada cliente irá ver o seu método de pagamento preferido entre os disponíveis na loja, como o PayPal ou Apple Pay. [Saiba mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "sv": "Varje kund kommer att se den föredragna betalningsmetoden från de som finns tillgängliga i din butik, till exempel PayPal eller Apple Pay. [Läs mer](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "th": "ลูกค้าแต่ละรายจะเห็นวิธีการชำระเงินที่ต้องการจากวิธีที่ใช้ได้ในร้านค้าของคุณ เช่น PayPal หรือ Apple Pay [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "zh-CN": "每位客户都可在您商店提供的付款方式中看到他们的首选付款方式,例如 PayPal 或 Apple Pay。[了解详细信息](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "zh-TW": "每位顧客都可以在您商店內開放使用的付款方式中看見他們偏好使用的方式,如 PayPal、Apple Pay 等。[深入瞭解相關資訊](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "default": true }, { "type": "checkbox", "id": "social_sharing_products", "label": { "da": "Aktivér produktdeling", "de": "Teilen von Produkten aktivieren", "en": "Enable product sharing", "es": "Habilitar compartir productos", "fi": "Ota tuotejako käyttöön", "fr": "Activer le partage de produits", "hi": "उत्पाद साझाकरण सक्षम करें", "it": "Permetti condivisione del prodotto", "ja": "商品の共有を有効にする", "ko": "제품 공유 활성화", "ms": "Dayakan perkongsian produk", "nb": "Aktiver produktdeling", "nl": "Delen van producten inschakelen", "pt-BR": "Habilite o compartilhamento de produtos", "pt-PT": "Ativar a partilha de produtos", "sv": "Aktivera produktdelning", "th": "เปิดใช้การแชร์สินค้า", "zh-CN": "启用产品分享", "zh-TW": "啟用產品分享" }, "default": true } ] } {% endschema %} ```