C
C
Caramba662019-07-22 19:45:23
1C-Bitrix
Caramba66, 2019-07-22 19:45:23

How to split one column into two in 1C-Bitrix cms?

Suppose I have a product catalog column , it contains 8 items.
How to split one column into two so that one would have 4 entries and the other?
5d35e80895d1e744881752.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
ruslan_lev, 2019-07-23
@ruslan_lev

For the ul in which these items lie, give the following styles:
ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 87px; // adjust to desired height
}
JSFiddle

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question