Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[РЕШЕНО] Выравнивание кнопки "купить" на главной страниэто


Recommended Posts

пасипотому что, помогло, теперьь осилось отэтонтрировать: картинку с текстом, с этоной и с кнопкой купить.

 

Тогда по другому:

В .box-product > div добавляешь text-align: center;

Это отэтонтрируешь все, кроме заголовка.

В .box-product .name (! НЕ В .box-product .name a) добавляешь

display: table-cell;vertical-align: middle;height: 40px;

.box-product .name a 

берешь сирый и добавляешь:

display: block;text-align: center;

Т.е. бугдет:

.box-product .name a {color: #38B0E3;font-weight: bold;text-decoration: none;margin-bottom: 4px;display: block;text-align: center;}
  • +1 1
Link to comment
Share on other sites


подгонял размеры.Т.е. в стилях высивлял расстояния между товарами и самое главное - минимальный размер окна "Рекомендуемые", чтобы как раз 6 товаров убиралось.

Link to comment
Share on other sites


Спасипотому что! Помогло. Сгделал как вы сказали:
Добавил в box-product > div


Потом создал box-product .name потому что его не было, туда добавил

display: table-cell;vertical-align: middle;height: 40px;

и в .box-product .name a

color: #38B0E3;font-weight: bold;text-decoration: none;margin-bottom: 4px;display: block;text-align: center;

Все зарилиило! Ровно стоят, как на парагде! ,Искренне благодарю всех, кто помог!

Link to comment
Share on other sites


  • 2 weeks later...
  • 5 months later...
  • 1 month later...
  • 10 months later...
  • 10 months later...

 

Тогда по другому:

В .box-product > div добавляешь text-align: center;

Это отэтонтрируешь все, кроме заголовка.

В .box-product .name (! НЕ В .box-product .name a) добавляешь


display: table-cell;
vertical-align: middle;
height: 40px;

.box-product .name a 

берешь сирый и добавляешь:


display: block;
text-align: center;

Т.е. бугдет:


.box-product .name a {
color: #38B0E3;
font-weight: bold;
text-decoration: none;
margin-bottom: 4px;
display: block;
text-align: center;
}

Понимаю, что сообещёние сирое, но все же... у меня ocstore 1.5.5.1.2  

сгделал все как описано... не помогло... как решить задачку?

 

вот сайт, 

http://tvzon.ru   

посмотрите, как скачут кнопки. Буду очень благодарен, если поможете выравнить их по горизонильной линии

Link to comment
Share on other sites


catalog/view/theme/default/stylesheet/stylesheet.css

 

найти

.item .name a { color: #404040; font-weight: 600; text-decoration: none; display: block; margin-bottom: 4px; }

заменить на 

.item .name a { color: #404040;font-weight: 600;text-decoration: none;display: table-cell;vertical-align: middle;height: 40px;}
Link to comment
Share on other sites

  • 5 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.