R
R
Ruslan Malikov2021-08-04 17:04:56
css
Ruslan Malikov, 2021-08-04 17:04:56

How to change the view of category folders in bitrix e in the css style folder?

Please tell me how to change the type of category and subcategory folders in bitrix e in the css style file (aspro optimus solution) now I have a picture on the left and a category name on the right (screenshot 1) and I want to do it like on the 2nd screenshot. How to do it in css style file? In the solution of aspro optimus, it turns out that it is not possible to change the appearance of folders in the settings. You can just turn off the text and that's it. Thanks in advance!
Now like this:
610a9c9c26295221202893.png
I want to do it like this:
610a9e0ca9975155808562.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
andand44, 2021-08-04
@rmalikov1988

If you just change the styles, then you can do this.

.section_item_inner {width: 100%;}
.section_item_inner tr {display: block;}
.catalog_section_list .section_item .image {width: 100%; padding: 0; text-align: center; display: block;}
.catalog_section_list .section_item td.section_info {text-align: center;  display: block; width: 100%; margin-top: 15px;}
.catalog_section_list .section_item td.section_info .desc {display: none;}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question