Description
Улучшенная сортировка подкатегорий.
Описание
Улучшенная сортировка подкатегорий.
Вставить в custom.css
.ipsDataItem_subList{ overflow: hidden; }
html[dir="ltr"] .ipsApp .ipsDataItem_subList,
html[dir="rtl"] .ipsApp .ipsDataItem_subList{
background: none;
line-height: 220%;
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 4px;
}
.ipsDataItem_subList li{
float: left;
width: calc(100% / 3 - 5px);
}
html[dir="rtl"].ipsDataItem_subList li{ float: right; }
.ipsDataItem_subList li a:after{ display: none; }
html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; }
Было:
Скрытый текст
Стало:
Скрытый текст
Recommended Comments
There are no comments to display.
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 accountSign in
Already have an account? Sign in here.
Sign In Now