[website] product_page.html - fixed width

This commit is contained in:
Rushabh Mehta 2013-03-18 10:31:18 +05:30
parent 36a3461e55
commit 5265f79e03
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<style>
.item-main-image {
max-width: 400px;
max-width: 100%;
margin: auto;
}
.web-long-description {

View File

@ -18,7 +18,8 @@
{% include "html/slideshow.html" %}
{% else %}
{% if website_image %}
<image itemprop="image" class="item-main-image" src="{{ website_image }}" />
<image itemprop="image" class="item-main-image"
src="{{ website_image }}" />
{% else %}
<div class="img-area">
{% include 'html/product_missing_image.html' %}