Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
.box-product {
width: 100%;
overflow: auto;
text-align: center;
}
.box-product {
width: 100%;
overflow: hidden;
text-align: center;
}
<div>
<div class="image"><a href="http://electroed.ru/index.php?route=product/product&path=63_72&product_id=94"><img src="http://electroed.ru/image/cache/data/zdorove/851358_0-180x180.jpg" alt="Слуховые Аппарат AXON"></a></div>
<div class="name"><a href="http://electroed.ru/index.php?route=product/product&path=63_72&product_id=94">Слуховые Аппарат AXON</a></div>
<div class="price"><font><font class="">
1 200.00 р. </font></font></div>
<div class="cart"><font><font><input type="button" value="Купить" onclick="addToCart('94');" class="button"></font></font></div>
</div>
<div>
<div class="name"><a href="http://electroed.ru/index.php?route=product/product&path=60_68&product_id=75"><font><font>Цифровая видеокамера Камера DV DVR 2,7</font></font></a></div>
<div class="image"><a href="http://electroed.ru/index.php?route=product/product&path=60_68&product_id=75"><img src="http://electroed.ru/image/cache/data/electron/$_12 (ен63)-500x500-180x180.JPG" alt="Цифровая видеокамера Камера DV DVR 2,7"></a></div>
<div class="price_home">
2 350.00 р.</div>
<a class="button_home" onclick="addToCart('75');">Купить</a>
</div>
Спасибо помогло !, а с ценами как исправить косяк?Первое:
Файл Для просмотра ссылки Войдиили Зарегистрируйся
строчка 1943:
Код:.box-product { width: 100%; overflow: auto; text-align: center; }
Заменить на
Код:.box-product { width: 100%; overflow: hidden; text-align: center; }