Перейти к содержимому


Santos

Регистрация: 24 февр. 2012
Offline Активность: 02 окт. 2024 22:30
-----

#287565 Поправки В Корзине

Отправлено Vaccina на 09 Июль 2020 - 06:31

Здравствуйте.

Зайдите в раздел Сайт - Редактор шаблонов - main.css - найдите:
.cartTable .inputText {text-align: center;font-size: 16px;max-height: 38px;max-width: 36px;border-color: #d9d9d9;padding: 0;}
          
замените на:
.cartTable .inputText {text-align: center;font-size: 16px;max-height: 38px;max-width: 36px;border-color: #d9d9d9;padding: 0;}
.cartTable .cart-qty a {display: inline-block;vertical-align: middle;}



#214056 Уменьшить Слайдер И Добавить Сбоку 4 Картинки

Отправлено Vaccina на 23 Октябрь 2015 - 03:05

Уточните пожалуйста, на данный момент они у вас затемняются, но при наведении, необходимо сделать наоборот?
В этом случае в main.css найдите:
.banner2 .banner{width:50%;margin-left:0px;margin-top:34%;position:relative;}
.banner2 .block-img{float:left;width:100%;text-align:center;display:block;}
.banner2 .banner .block-title{color:#000;font-weight:600;font-size:16px;line-height:40px;text-align:center;clear:both;}
.banner2 .banner a:hover:after{background:url("http://design.sait.ru/plus.png") no-repeat center, rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;content:"";color:#FFF;text-align:center;position:absolute;left:15px;right:15px;top:0px;bottom:40px;font:bold 24px Arial;line-height:300px;text-transform:uppercase;}

замените на:
.banner2 .banner{width:50%;margin-left:0px;margin-top:34%;position:relative;}
.banner2 .block-img{float:left;width:100%;text-align:center;display:block;}
.banner2 .banner .block-title{color:#000;font-weight:600;font-size:16px;line-height:40px;text-align:center;clear:both;}
.banner2 .banner a:after{background:rgba(0, 0, 0, 0.4);content:"";position:absolute;left:15px;right:15px;top:0px;bottom:40px;}
.banner2 .banner a:hover:after{background:url("http://design.sait.ru/plus.png") no-repeat center;content:"";color:#FFF;text-align:center;position:absolute;left:15px;right:15px;top:0px;bottom:40px;font:bold 24px Arial;line-height:300px;text-transform:uppercase;}

sait.ru замените на свое доменное имя


#86123 Есть Несколько Вопросов - Помогите!

Отправлено Stasya на 25 Август 2013 - 16:38

В файле main.css найдите блок
footer {
clear: both;
background: url('http://files.storeland.net/f571/047/podval5.jpg') no-repeat;
overflow: hidden;
padding: 1.5em 0;
color: #fff;
width: 83%;
margin: 0 auto;
border: 1px solid #494e52;
border-radius: 5px;
}
и замените его на
footer {
clear: both;
background: url('http://files.storeland.net/f571/047/podval5.jpg') no-repeat;
overflow: hidden;
padding: 1.5em 0;
color: #fff;
max-width: 1047px;
margin: 0 auto;
border: 1px solid #494e52;
border-radius: 5px;
}