I dug into the code, to no avail. All our product options (desktop view) are falling below the product image. It’s supposed to go on the right. Not sure what happened - happened overnight. Any help will be greatly appreciated!
This is what’s showing up in our theme editor (correct layout):
Here’s the code for this product page:
{% if product.metafields.inventory.ShappifyHidden == “true” %}
Product is not available
{% else %}
-
{% for image in product.images %}
{% for image in product.images %}
{% assign featured_image = product.selected_or_first_available_variant.featured_image | default: product.featured_image %}
{% if forloop.first %}
{% endif %}
{{ product.vendor }}
{% endif %}{{ product.title | escape }}
{% if settings.subtitle %}{{ page_title }}
{% endif %}{% if product.available %} {% if product.compare_at_price > product.price %} {{ product.price | money }} {{ product.compare_at_price | money }} {% else %} {{ product.price | money }} {% endif %} {% else %} Out of stock {% endif %}
This page is only for PAID orders that were placed on Etsy.If you did not order from Etsy, please order on our main page [click here].
{% include ‘short-form-personalizer’ %}
{% if template == ‘product’ %}
{% if settings.popups %}
- {{ settings.popup-one-title }} {% if settings.popup-2 %}
- {{ settings.popup-two-title }} {% endif %} {% if settings.popup-3 %}
- {{ settings.popup-three-title }} {% endif %} {% if settings.popup-4 %}
- {{ settings.popup-four-title }} {% endif %}
{% endif %}
{% endif %}
NEED SOME IDEAS?
Check out the cool custom frame photo props from other CrowdSigns customers!
View More Fan Pics
{% if collection %}
{% include ‘related-products’ %}
{% endif %}
{% if collection %}
{% endif %}
{% endif %}
