sbj
Well-known member
Hello,
I have a widget displayed above forum list. I want to change the height of it via css in extra.less template to fit it for my needs. How can I do that?
I tried
But I see no results. Tried also
I have a widget displayed above forum list. I want to change the height of it via css in extra.less template to fit it for my needs. How can I do that?
I tried
CSS:
[data-widget-key="widget_key"] .block-body{
max-height: 20px;
}
But I see no results. Tried also
block-container or message-body, same thing.

