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.
Используйте плагин equalheights, он устанавливает одинаковую высоту для всех элементов.Добрый день! Такая проблема, на странице раздела каталога, категории пляшут как хотят. Помогите поправить чтобы ровно выстроились.
ссылкаКод:https://nbs22.ru/catalog/zapchasti_dlya_noutbukov/
.list.items .row.margin0 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.section_block .sections_wrapper .list .row > div {
margin: 0px 0px -1px -1px;
}
.section_block .sections_wrapper .list .item {
margin: 0;
min-height: 100%;
}