Tagashi (03 Апрель 2014 - 11:46) писал:
Хотелось бы:
1- Контакты установить по центру.
2- Корзину под поиск
3- Убрать получившуюся полосу
Здравствуйте,
В файле "main.css".
Найти:
#header #cart { z-index: 20; min-width: 300px; top: 3px; float: right; }
Заменить:
#header #cart { z-index: 20; min-width: 300px; top: 50px; float: right; position: absolute; right: 0px; }
В файле "main.css".
Найти:
#header #support { position: absolute; float: right; top: 10px; right: 250px; z-index: 30; width: 200px; color: #000; }
Заменить:
#header #support { position: absolute; float: right; top: 10px; right: 380px; z-index: 30; width: 200px; color: #000; }
В файле "main.css".
Найти:
#header #support .sup_phone { display: block; width: 36px; height: 36px; background-color: #333333; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; -ms-border-radius: 50%; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; background: url('{ASSETS_IMAGES_PATH}phone_circle.png') center center no-repeat; background-color: #333333; position: absolute; top: 0px; right: 0; }
Заменить:
#header #support .sup_phone { display: block; width: 36px; height: 36px; background-color: #333333; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; -ms-border-radius: 50%; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; background: url('{ASSETS_IMAGES_PATH}phone_circle.png') center center no-repeat; background-color: #333333; position: absolute; top: -3px; right: -145px; }