Hello
Отделение and Должность labels and boxes aren't at the same top postion like Ф.И.О. layout. How can I put to those boxes to same top position like Ф.И.О. postion.? See in the image
Also I want to hide shop by text. How can I do it?
Hide element and customise postion of filter boxes
You can try this custom CSS:
.ja-filter-wrapper .filter-content h3.block-subtitle.filter-subtitle {
display: none;
}
I have pasted it, cleared the cache, but it doesnt work.
Yes. It's working. But I had also another question, How can I put the layout boxes to same top position like Ф.И.О. postion?
I want to make margins of filters boxes in the same top position to Ф.И.О. box. See in the image.
I've pasted it, cleared cache, but it doesnt work. Do I have to put it to different file?