diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html
index 3c640f932..e71549ab9 100644
--- a/src/pretix/presale/templates/pretixpresale/event/index.html
+++ b/src/pretix/presale/templates/pretixpresale/event/index.html
@@ -177,23 +177,25 @@
alt="{{ item.name }}"/>
{% endif %}
-
- {{ item.name }}
-
- {% if item.description %}
-
- {{ item.description|localize|rich_text }}
-
- {% endif %}
- {% if item.min_per_order and item.min_per_order > 1 %}
-
-
- {% blocktrans trimmed with num=item.min_per_order %}
- minimum amount to order: {{ num }}
- {% endblocktrans %}
-
-
- {% endif %}
+
+
+ {{ item.name }}
+
+ {% if item.description %}
+
+ {{ item.description|localize|rich_text }}
+
+ {% endif %}
+ {% if item.min_per_order and item.min_per_order > 1 %}
+
+
+ {% blocktrans trimmed with num=item.min_per_order %}
+ minimum amount to order: {{ num }}
+ {% endblocktrans %}
+
+
+ {% endif %}
+
{% if item.min_price != item.max_price or item.free_price %}
@@ -293,24 +295,26 @@
alt="{{ item.name }}"/>
{% endif %}
-
{{ item.name }}
- {% if item.description %}
-
- {{ item.description|localize|rich_text }}
-
- {% endif %}
- {% if event.settings.show_quota_left %}
- {% include "pretixpresale/event/fragment_quota_left.html" with avail=item.cached_availability %}
- {% endif %}
- {% if item.min_per_order and item.min_per_order > 1 %}
-
-
- {% blocktrans trimmed with num=item.min_per_order %}
- minimum amount to order: {{ num }}
- {% endblocktrans %}
-
-
- {% endif %}
+
+
{{ item.name }}
+ {% if item.description %}
+
+ {{ item.description|localize|rich_text }}
+
+ {% endif %}
+ {% if event.settings.show_quota_left %}
+ {% include "pretixpresale/event/fragment_quota_left.html" with avail=item.cached_availability %}
+ {% endif %}
+ {% if item.min_per_order and item.min_per_order > 1 %}
+
+
+ {% blocktrans trimmed with num=item.min_per_order %}
+ minimum amount to order: {{ num }}
+ {% endblocktrans %}
+
+
+ {% endif %}
+
{% if item.free_price %}
diff --git a/src/pretix/presale/templates/pretixpresale/event/voucher.html b/src/pretix/presale/templates/pretixpresale/event/voucher.html
index cdecbeb12..24ce06817 100644
--- a/src/pretix/presale/templates/pretixpresale/event/voucher.html
+++ b/src/pretix/presale/templates/pretixpresale/event/voucher.html
@@ -45,12 +45,14 @@
alt="{{ item.name }}"/>
{% endif %}
-
{{ item.name }}
- {% if item.description %}
-
- {{ item.description|localize|rich_text }}
-
- {% endif %}
+
+
{{ item.name }}
+ {% if item.description %}
+
+ {{ item.description|localize|rich_text }}
+
+ {% endif %}
+
{% if item.min_price != item.max_price or item.free_price %}
@@ -135,12 +137,14 @@
alt="{{ item.name }}"/>
{% endif %}
-
{{ item.name }}
- {% if item.description %}
-
- {{ item.description|localize|rich_text }}
-
- {% endif %}
+
+
{{ item.name }}
+ {% if item.description %}
+
+ {{ item.description|localize|rich_text }}
+
+ {% endif %}
+
{% if item.free_price %}
diff --git a/src/pretix/static/pretixpresale/scss/_event.scss b/src/pretix/static/pretixpresale/scss/_event.scss
index 99568dcae..eb3d8de75 100644
--- a/src/pretix/static/pretixpresale/scss/_event.scss
+++ b/src/pretix/static/pretixpresale/scss/_event.scss
@@ -30,6 +30,10 @@
display: block;
}
+ .product-description.with-picture {
+ margin-left: 70px;
+ }
+
.productpicture {
float: left;
margin-right: 10px;